mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-retrospectiff: Update to 0.2-1.2fbf8c6.
* gnu/packages/lisp-xyz.scm (sbcl-retrospectiff): Update to 0.2-1.2fbf8c6.
This commit is contained in:
parent
0b4e25e7ed
commit
e89501bafc
1 changed files with 4 additions and 4 deletions
|
@ -11498,8 +11498,8 @@ macros for the Opticl image processing library.")
|
||||||
(sbcl-package->ecl-package sbcl-opticl-core))
|
(sbcl-package->ecl-package sbcl-opticl-core))
|
||||||
|
|
||||||
(define-public sbcl-retrospectiff
|
(define-public sbcl-retrospectiff
|
||||||
(let ((commit "c2a69d77d5010f8cdd9045b3e36a08a73da5d321")
|
(let ((commit "2fbf8c687799487654d988c7036d19d75a7fc67d")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-retrospectiff")
|
(name "sbcl-retrospectiff")
|
||||||
(version (git-version "0.2" revision commit))
|
(version (git-version "0.2" revision commit))
|
||||||
|
@ -11509,9 +11509,9 @@ macros for the Opticl image processing library.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/slyrus/retrospectiff")
|
(url "https://github.com/slyrus/retrospectiff")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-retrospectiff" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qsn9hpd8j2kp43dk05j8dczz9zppdff5rrclbp45n3ksk9inw8i"))))
|
(base32 "1vfcbfzhkm2wkxnjg7y6gg93wlib9cqpbdbhyqcm5kc7170ci3vz"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiveam))
|
(list sbcl-fiveam))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue