guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-cl-prevalence: Update to 20221122.


From: guix-commits
Subject: branch master updated: gnu: sbcl-cl-prevalence: Update to 20221122.
Date: Wed, 23 Nov 2022 08:02:29 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 22a788d085 gnu: sbcl-cl-prevalence: Update to 20221122.
22a788d085 is described below

commit 22a788d085ada0dcf8e5d701ce192c87d08e3734
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Nov 23 13:58:41 2022 +0100

    gnu: sbcl-cl-prevalence: Update to 20221122.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20221122.
    This update contains a critical bugfix, hence the conssecutive version bump.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cab953884f..944e8959ff 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7724,8 +7724,8 @@ number of other projects.
   (sbcl-package->ecl-package sbcl-s-sysdeps))
 
 (define-public sbcl-cl-prevalence
-  (let ((commit "f22105d9728949a8e0c733801cad589f06447e25")
-        (revision "5"))
+  (let ((commit "e6b27640ce89ae5f8af38beb740e319bb6cd2368")
+        (revision "6"))
     (package
       (name "sbcl-cl-prevalence")
       (build-system asdf-build-system/sbcl)
@@ -7740,7 +7740,7 @@ number of other projects.
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "11iqrgpzzyn2xsqyryh5jc5x93s23djsvrzsqyjhcy3zkzrxfkha"))))
+           "1lb957ivshgp56phqhvhsmnc4r55x5shvi3mpsan2xsm4hvqspp0"))))
       (inputs
        (list sbcl-moptilities sbcl-s-sysdeps sbcl-s-xml))
       (native-inputs



reply via email to

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