guix-commits
[Top][All Lists]
Advanced

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

14/24: gnu: cl-introspect-environment: Update to 0.1-2.8fb20a1.


From: guix-commits
Subject: 14/24: gnu: cl-introspect-environment: Update to 0.1-2.8fb20a1.
Date: Fri, 24 Feb 2023 09:53:44 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit f59aa0916cba9cac7abe7cc939be5cc1f728583d
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 24 13:16:30 2023 +0100

    gnu: cl-introspect-environment: Update to 0.1-2.8fb20a1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-introspect-environment): Update to
      0.1-2.8fb20a1.
---
 gnu/packages/lisp-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b723bbab6e..48035e1b2f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7500,8 +7500,8 @@ and it exports symbols from implementation-specific 
packages.")
   (sbcl-package->ecl-package sbcl-trivial-cltl2))
 
 (define-public sbcl-introspect-environment
-  (let ((commit "fff42f8f8fd0d99db5ad6c5812e53de7d660020b")
-        (revision "1"))
+  (let ((commit "8fb20a1a33d29637a22943243d1482a20c32d6ae")
+        (revision "2"))
     (package
       (name "sbcl-introspect-environment")
       (build-system asdf-build-system/sbcl)
@@ -7513,10 +7513,9 @@ and it exports symbols from implementation-specific 
packages.")
          (uri (git-reference
                (url home-page)
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-introspect-environment" version))
          (sha256
-          (base32
-           "1i305n0wfmpac63ni4i3vixnnkl8daw5ncxy0k3dv92krgx6qzhp"))))
+          (base32 "1p48jnr1im47529w0ciyar4hfwbivqi57zgllkmfrav09ffigk9s"))))
       (native-inputs
        (list sbcl-fiveam))
       (synopsis "Common Lisp environment introspection portability layer")



reply via email to

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