mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: cl-lisp-namespace: Update to 0.1-2.699fccb.
* gnu/packages/lisp-xyz.scm (sbcl-lisp-namespace): Update to 0.1-2.699fccb.
This commit is contained in:
parent
90c24caa42
commit
5eea067bd2
1 changed files with 5 additions and 6 deletions
|
@ -7441,8 +7441,8 @@ (define-public ecl-dexador
|
||||||
(sbcl-package->ecl-package sbcl-dexador))
|
(sbcl-package->ecl-package sbcl-dexador))
|
||||||
|
|
||||||
(define-public sbcl-lisp-namespace
|
(define-public sbcl-lisp-namespace
|
||||||
(let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0")
|
(let ((commit "699fccb6727027343bb5fca69162a3113996edfc")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-lisp-namespace")
|
(name "sbcl-lisp-namespace")
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
@ -7454,12 +7454,11 @@ (define-public sbcl-lisp-namespace
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-lisp-namespace" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1p5db9mab4whapy1pl38ajw5fkrrdw266n05mnhf4xx2fb9sbx6p"))))
|
||||||
"1jw2wykp06z2afb9nm1lgfzll5cjlj36pnknjx614057zkkxq4iy"))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)))
|
(list sbcl-alexandria))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiveam))
|
(list sbcl-fiveam))
|
||||||
(synopsis "LISP-N, or extensible namespaces in Common Lisp")
|
(synopsis "LISP-N, or extensible namespaces in Common Lisp")
|
||||||
|
|
Loading…
Reference in a new issue