guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: sbcl-cl-ppcre: Update to 2.1.1.


From: guix-commits
Subject: 06/13: gnu: sbcl-cl-ppcre: Update to 2.1.1.
Date: Tue, 4 Feb 2020 10:36:30 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 6c8744254885bedaa4e82f77a7bf3af18a615fc8
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 4 11:09:13 2020 +0100

    gnu: sbcl-cl-ppcre: Update to 2.1.1.
    
    * gnu/packages/lisp-xyz.scp (sbcl-cl-ppcre): Update to 2.1.1.
---
 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 89b2fc9..4f9b558 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -302,7 +302,7 @@ streams which are similar to string streams.")
 (define-public sbcl-cl-ppcre
   (package
     (name "sbcl-cl-ppcre")
-    (version "2.0.11")
+    (version "2.1.1")
     (source
      (origin
        (method git-fetch)
@@ -311,7 +311,7 @@ streams which are similar to string streams.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "cl-ppcre" version))
        (sha256
-        (base32 "0q3iany07vgqm144lw6pj0af2d3vsikpbkwcxr30fci3kzsq4f49"))))
+        (base32 "0dwvr29diqzcg5n6jvbk2rnd90i05l7n828hhw99khmqd0kz7xsi"))))
     (build-system asdf-build-system/sbcl)
     (native-inputs `(("flexi-streams" ,sbcl-flexi-streams)))
     (synopsis "Portable regular expression library for Common Lisp")



reply via email to

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