gnu: cl-compiler-macro-notes: Update to 0.3.1.

* gnu/packages/lisp-xyz.scm (sbcl-compiler-macro-notes): Update to 0.3.1.

Change-Id: I1050e12a3760881e114c0eb0b0619265f027c2b4
This commit is contained in:
Guillaume Le Vaillant 2024-10-31 11:07:03 +01:00
parent f8855898c7
commit 7a95b9ad57
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -12582,7 +12582,7 @@ to support this, especially for reasoning on types, are also included.")
(define-public sbcl-compiler-macro-notes (define-public sbcl-compiler-macro-notes
(package (package
(name "sbcl-compiler-macro-notes") (name "sbcl-compiler-macro-notes")
(version "0.2.0") (version "0.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -12591,7 +12591,7 @@ to support this, especially for reasoning on types, are also included.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "cl-compiler-macro-notes" version)) (file-name (git-file-name "cl-compiler-macro-notes" version))
(sha256 (sha256
(base32 "1jv8snj2wvim3k9qhl1vsx82n56nzdmwa3ms9c4ml2d58fwpfjzs")))) (base32 "0pchhvk14fx54p7qq92dnf0g4jnapqr6p2a4za6bhzd8im1d9gad"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
(list sbcl-alexandria (list sbcl-alexandria