diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-10-31 11:07:03 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-11-21 16:53:27 +0100 |
commit | 7a95b9ad574584c73191855462f9ca00c22bf80e (patch) | |
tree | 68e9314316e3baa60a02cfbb4e96d5888c5b7b14 /gnu/packages/lisp-xyz.scm | |
parent | f8855898c7304ccaa381daa6787f68b219ca6232 (diff) | |
download | guix-7a95b9ad574584c73191855462f9ca00c22bf80e.tar.gz guix-7a95b9ad574584c73191855462f9ca00c22bf80e.zip |
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
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 927aae20d9..62883ca8c5 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -12582,7 +12582,7 @@ to support this, especially for reasoning on types, are also included.") (define-public sbcl-compiler-macro-notes (package (name "sbcl-compiler-macro-notes") - (version "0.2.0") + (version "0.3.1") (source (origin (method git-fetch) @@ -12591,7 +12591,7 @@ to support this, especially for reasoning on types, are also included.") (commit (string-append "v" version)))) (file-name (git-file-name "cl-compiler-macro-notes" version)) (sha256 - (base32 "1jv8snj2wvim3k9qhl1vsx82n56nzdmwa3ms9c4ml2d58fwpfjzs")))) + (base32 "0pchhvk14fx54p7qq92dnf0g4jnapqr6p2a4za6bhzd8im1d9gad")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-alexandria |