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:
Andre A. Gomes 2023-11-29 11:03:20 +02:00 committed by Guillaume Le Vaillant
parent 61bd852090
commit 154a4184db
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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