guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: cl-spinneret: Update to 3.0-6.d4398b5.


From: guix-commits
Subject: 05/06: gnu: cl-spinneret: Update to 3.0-6.d4398b5.
Date: Mon, 10 Jul 2023 03:56:54 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 1c194cd2bb5191f73499ec869952859d711ff225
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Wed Jul 5 21:15:40 2023 +0400

    gnu: cl-spinneret: Update to 3.0-6.d4398b5.
    
    * gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 3.0-6.d4398b5.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 38e8abb63b..92f8e4454b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22758,10 +22758,10 @@ bound to whatever value was in the same place in the 
URL (as a string).")
 
 (define-public sbcl-spinneret
   ;; No release since 2019, no tags.
-  (let ((commit "52709ab953c46b24cbc2f0e3a50ae362916e730c"))
+  (let ((commit "d4398b5a344b5c59e497c9ee78fdbae7cc434f74"))
     (package
       (name "sbcl-spinneret")
-      (version (git-version "3.0" "5" commit))
+      (version (git-version "3.0" "6" commit))
       (source
        (origin
          (method git-fetch)
@@ -22770,7 +22770,7 @@ bound to whatever value was in the same place in the 
URL (as a string).")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1wzs0hzlwf0vzk4gb66psqz6gqcf3x7yfpi9gghbil97iz6fyc7z"))))
+          (base32 "1mdd92gfxfdsd81fcd8fgz8z7dwsb0kcv7zyzdgnw8lavkib5zly"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-alexandria



reply via email to

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