mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: cl-chipz: Update to 0.8-2.82a17d3.
* gnu/packages/lisp-xyz.scm (sbcl-chipz): Update to 0.8-2.82a17d3. [source]: Switch to maintained repository.
This commit is contained in:
parent
5a99c46ab5
commit
fa1bef7fe1
1 changed files with 5 additions and 6 deletions
|
@ -3971,8 +3971,8 @@ (define-public ecl-cl-who
|
||||||
|
|
||||||
(define-public sbcl-chipz
|
(define-public sbcl-chipz
|
||||||
(let ((version "0.8")
|
(let ((version "0.8")
|
||||||
(commit "75dfbc660a5a28161c57f115adf74c8a926bfc4d")
|
(commit "82a17d39c78d91f6ea63a03aca8f9aa6069a5e11")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-chipz")
|
(name "sbcl-chipz")
|
||||||
(version (git-version version revision commit))
|
(version (git-version version revision commit))
|
||||||
|
@ -3980,12 +3980,11 @@ (define-public sbcl-chipz
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/froydnj/chipz")
|
(url "https://github.com/sharplispers/chipz")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-chipz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1n4f22i9j8iapjd6yx1z348rggcybvg9h794kx9libjgz4bs371h"))))
|
||||||
"0plx4rs39zbs4gjk77h4a2q11zpy75fh9v8hnxrvsf8fnakajhwg"))))
|
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-flexi-streams))
|
(list sbcl-flexi-streams))
|
||||||
|
|
Loading…
Reference in a new issue