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
|
||||
(package
|
||||
(name "sbcl-nhooks")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25900,7 +25900,7 @@ (define-public sbcl-nhooks
|
|||
(file-name (git-file-name "cl-nhooks" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10ym4ybda2l426flicqz0f4yg7fbw7yjk1k0wqpf4wfk24gm1b8g"))))
|
||||
"1m9dfp7wjm8k16x45qnw258ca8gnic3k2ik79sdn5gxcx6qxy3g8"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-serapeum))
|
||||
|
|
Loading…
Reference in a new issue