guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: sbcl-serapeum: Update to 0.0.0-5.f5da17b.


From: guix-commits
Subject: 06/07: gnu: sbcl-serapeum: Update to 0.0.0-5.f5da17b.
Date: Sat, 8 May 2021 08:04:21 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit fb38c627324f7898411a33897a6f524e3ba8ef44
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri May 7 14:04:05 2021 +0200

    gnu: sbcl-serapeum: Update to 0.0.0-5.f5da17b.
    
    * gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 0.0.0-5.f5da17b.
---
 gnu/packages/lisp-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9e2b960..ef2c75a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7579,8 +7579,8 @@ implementation specific equivalent.")
   (sbcl-package->ecl-package sbcl-trivial-macroexpand-all))
 
 (define-public sbcl-serapeum
-  (let ((commit "263f415a350736b44e3878524ff3997e656fca32")
-        (revision "4"))
+  (let ((commit "f5da17b635ecb11d8317800f1674e88ca779dac5")
+        (revision "5"))
     (package
       (name "sbcl-serapeum")
       (version (git-version "0.0.0" revision commit))
@@ -7593,8 +7593,7 @@ implementation specific equivalent.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32
-           "1669yidvxq41s3g6hb2jk21bcb5s2bnfsacpyd5b0hdxbmc7knq3"))))
+          (base32 "16mz6xgcb5pkjg7xb760ga4hxbdhm9f843l42kc546hknhfq8x7b"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("alexandria" ,sbcl-alexandria)



reply via email to

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