mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-portal: Update to 1.2.
* gnu/packages/lisp-xyz.scm (sbcl-portal): Update to 1.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
e26a149e22
commit
abd856b505
1 changed files with 4 additions and 4 deletions
|
@ -18107,11 +18107,11 @@ and DOM cleaning, to ensure that all remote DOMs are the same.")
|
||||||
(sbcl-package->cl-source-package sbcl-issr-core))
|
(sbcl-package->cl-source-package sbcl-issr-core))
|
||||||
|
|
||||||
(define-public sbcl-portal
|
(define-public sbcl-portal
|
||||||
(let ((commit "cc7ba6a54cea6ef63b17dcc6e653d91d9907f59e")
|
(let ((commit "416589fa04cb239971422a1272acba236c8333be")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-portal")
|
(name "sbcl-portal")
|
||||||
(version (git-version "1" revision commit))
|
(version (git-version "1.2" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18120,7 +18120,7 @@ and DOM cleaning, to ensure that all remote DOMs are the same.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "portal" version))
|
(file-name (git-file-name "portal" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fc81iwb4lpp8d2scdwafkixxwkfmq4gqns522zyb4bh6c1rfmwy"))))
|
(base32 "1012jc068qdd8df6mmbn8vmmqlniqm5j2jbyrraw3yz8c13c8280"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue