mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-nhooks: Update to 1.2.1.
* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.2.1. [native-inputs]: Remove sbcl-fiveam, add sbcl-lisp-unit2. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
5dc2a88f99
commit
b5a5e4d712
1 changed files with 4 additions and 4 deletions
|
@ -25508,22 +25508,22 @@ JavaScript code.")
|
||||||
(define-public sbcl-nhooks
|
(define-public sbcl-nhooks
|
||||||
(package
|
(package
|
||||||
(name "sbcl-nhooks")
|
(name "sbcl-nhooks")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/atlas-engineer/nhooks")
|
(url "https://github.com/atlas-engineer/nhooks")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name "nhooks" version))
|
(file-name (git-file-name "cl-nhooks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cpd9ydxkrl4vxn2clfwljl4q5hdybxkc96qshq7dczq2jvg1nfs"))))
|
"10ym4ybda2l426flicqz0f4yg7fbw7yjk1k0wqpf4wfk24gm1b8g"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-serapeum))
|
(list sbcl-serapeum))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiveam))
|
(list sbcl-lisp-unit2))
|
||||||
(home-page "https://github.com/atlas-engineer/nhooks")
|
(home-page "https://github.com/atlas-engineer/nhooks")
|
||||||
(synopsis "Hook facility for Common Lisp")
|
(synopsis "Hook facility for Common Lisp")
|
||||||
(description "This package holds an enhanced implementation of
|
(description "This package holds an enhanced implementation of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue