guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: sbcl-flexi-streams: Update to 1.0.18.


From: guix-commits
Subject: 05/13: gnu: sbcl-flexi-streams: Update to 1.0.18.
Date: Tue, 4 Feb 2020 10:36:30 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 6b0604fd43163ae29ba5b38613c892036a240754
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 4 11:01:59 2020 +0100

    gnu: sbcl-flexi-streams: Update to 1.0.18.
    
    * gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 1.0.18.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 777c923..89b2fc9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -265,7 +265,7 @@ logical continuation of Stefil.  It focuses on interactive 
debugging.")
 (define-public sbcl-flexi-streams
   (package
     (name "sbcl-flexi-streams")
-    (version "1.0.16")
+    (version "1.0.18")
     (source
      (origin
        (method git-fetch)
@@ -274,7 +274,7 @@ logical continuation of Stefil.  It focuses on interactive 
debugging.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "flexi-streams" version))
        (sha256
-        (base32 "0gvykjlmja060zqq6nn6aqxlshh6r6ijahmmgf20q0d839rwpgxc"))))
+        (base32 "0bjv7fd2acknidc5dyi3h85pn10krxv5jyxs1xg8jya2rlfv7f1j"))))
     (build-system asdf-build-system/sbcl)
     (arguments
      `(#:phases



reply via email to

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