mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-containers: Update to 0.12.1-4.781ebfe.
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 0.12.1-4.781ebfe. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I7db432378aeb03cd3ac0336efc5607522aced06c Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
439e59418c
commit
1b275e8192
1 changed files with 4 additions and 4 deletions
|
@ -9248,8 +9248,8 @@ which implements a set of utilities.")
|
||||||
(sbcl-package->ecl-package sbcl-metatilities-base))
|
(sbcl-package->ecl-package sbcl-metatilities-base))
|
||||||
|
|
||||||
(define-public sbcl-cl-containers
|
(define-public sbcl-cl-containers
|
||||||
(let ((commit "3d1df53c22403121bffb5d553cf7acb1503850e7")
|
(let ((commit "781ebfe0888bae46f07c018f7d473898b1bd4f5f")
|
||||||
(revision "3"))
|
(revision "4"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-containers")
|
(name "sbcl-cl-containers")
|
||||||
(version (git-version "0.12.1" revision commit))
|
(version (git-version "0.12.1" revision commit))
|
||||||
|
@ -9257,12 +9257,12 @@ which implements a set of utilities.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/gwkkwg/cl-containers")
|
(url "https://github.com/hraban/cl-containers")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-containers" version))
|
(file-name (git-file-name "cl-containers" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18s6jfq11n8nv9k4biz32pm1s7y9zl054ry1gmdbcf39nisy377y"))))
|
"1nrql8s1j123v5gscy99lxvhlzp0ijig9x94w30v3lwfa58hf90l"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-lift))
|
(list sbcl-lift))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue