guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: cl-parachute: Update to 1.5.0-1.bd072b0.


From: guix-commits
Subject: 07/18: gnu: cl-parachute: Update to 1.5.0-1.bd072b0.
Date: Thu, 16 Mar 2023 10:51:40 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit c2f1ebc770f5a4a3931d6ddc009c6d8cac5d06b5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Mar 14 23:50:54 2023 +0000

    gnu: cl-parachute: Update to 1.5.0-1.bd072b0.
    
    * gnu/packages/lisp-check.scm (sbcl-parachute): Update to 1.5.0-1.bd072b0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index fb65a27e62..172f5b3873 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -718,8 +718,8 @@ by Chris Riesbeck.")
   (sbcl-package->cl-source-package sbcl-nst))
 
 (define-public sbcl-parachute
-  (let ((commit "8bc3e1b5a1808341967aeb89516f9fab23cd1d9e")
-        (revision "0"))
+  (let ((commit "bd072b0e4d0ff3ee2201eca3eb28c287686ab49e")
+        (revision "1"))
     (package
       (name "sbcl-parachute")
       (version (git-version "1.5.0" revision commit))
@@ -732,7 +732,7 @@ by Chris Riesbeck.")
            (commit commit)))
          (file-name (git-file-name "cl-parachute" version))
          (sha256
-          (base32 "0cppp1sp9xqkgxgkwidhqzlsj03ywnar7z9mzwcliww8y0kv5555"))))
+          (base32 "0srjsklhr04snlv98021mb0a5lb8dlypv1lnjdhsdhjbbiwbw2n9"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-documentation-utils



reply via email to

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