guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: sbcl-flexi-streams: Update to 1.0.19.


From: guix-commits
Subject: 05/06: gnu: sbcl-flexi-streams: Update to 1.0.19.
Date: Thu, 20 May 2021 08:11:36 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit cb789cb43c6b7dc85580e25ebc0b9514f3d3ef4d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 19 23:14:04 2021 +0100

    gnu: sbcl-flexi-streams: Update to 1.0.19.
    
    * gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 1.0.19.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 4c367d1..570a645 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -544,7 +544,7 @@ logical continuation of Stefil.  It focuses on interactive 
debugging.")
 (define-public sbcl-flexi-streams
   (package
     (name "sbcl-flexi-streams")
-    (version "1.0.18")
+    (version "1.0.19")
     (source
      (origin
        (method git-fetch)
@@ -553,7 +553,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 "0bjv7fd2acknidc5dyi3h85pn10krxv5jyxs1xg8jya2rlfv7f1j"))))
+        (base32 "0v7lh4nrldzczd4mwylvmxfdxk7wfsli24iv1axd6mkb833llr70"))))
     (build-system asdf-build-system/sbcl)
     (arguments
      `(#:phases



reply via email to

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