me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lisp-xyz.scm (sbcl-introspect-environment): Update to
  0.1-2.8fb20a1.
Guillaume Le Vaillant 2023-02-24 13:16:30 +01:00
parent 37764f213b
commit f59aa0916c
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 5 deletions

View File

@ -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")