guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/18: gnu: ecl-flexi-streams: Update to 1.0.16.


From: Tobias Geerinckx-Rice
Subject: 17/18: gnu: ecl-flexi-streams: Update to 1.0.16.
Date: Sun, 24 Dec 2017 10:09:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5dff075263ebd59652cb6d43f17403f6a597c400
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 13 21:06:08 2017 +0100

    gnu: ecl-flexi-streams: Update to 1.0.16.
    
    * gnu/packages/lisp.scm (ecl-flexi-streams): Update to 1.0.16
---
 gnu/packages/lisp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index bb6517f..8427a19 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2016, 2017 Andy Patterson <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -791,7 +792,7 @@ thin compatibility layer for gray streams.")
 (define-public sbcl-flexi-streams
   (package
     (name "sbcl-flexi-streams")
-    (version "1.0.12")
+    (version "1.0.16")
     (source
      (origin
        (method url-fetch)
@@ -799,7 +800,7 @@ thin compatibility layer for gray streams.")
              "https://github.com/edicl/flexi-streams/archive/v";
              version ".tar.gz"))
        (sha256
-        (base32 "16grnxvs7vqm5s6myf8a5s7vwblzq1kgwj8i7ahz8vwvihm9gzfi"))
+        (base32 "1fb0jrwxr5c3i2lhy7kn30m1n0vggfzwjm1dacx6y5wf9wfsbamw"))
        (file-name (string-append "flexi-streams-" version ".tar.gz"))))
     (build-system asdf-build-system/sbcl)
     (inputs `(("trivial-gray-streams" ,sbcl-trivial-gray-streams)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]