gnu: cl-nhooks: Update to 1.2.2.
* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.2.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I14760fb557e81f503faaac0f73051412f718ca0b
This commit is contained in:
parent
61bd852090
commit
154a4184db
1 changed files with 2 additions and 2 deletions
|
@ -25890,7 +25890,7 @@ (define-public ecl-css-lite
|
||||||
(define-public sbcl-nhooks
|
(define-public sbcl-nhooks
|
||||||
(package
|
(package
|
||||||
(name "sbcl-nhooks")
|
(name "sbcl-nhooks")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -25900,7 +25900,7 @@ (define-public sbcl-nhooks
|
||||||
(file-name (git-file-name "cl-nhooks" version))
|
(file-name (git-file-name "cl-nhooks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10ym4ybda2l426flicqz0f4yg7fbw7yjk1k0wqpf4wfk24gm1b8g"))))
|
"1m9dfp7wjm8k16x45qnw258ca8gnic3k2ik79sdn5gxcx6qxy3g8"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-serapeum))
|
(list sbcl-serapeum))
|
||||||
|
|
Loading…
Reference in a new issue