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:
Guillaume Le Vaillant 2022-03-03 14:33:20 +01:00
parent 0b4e25e7ed
commit e89501bafc
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -11498,8 +11498,8 @@ macros for the Opticl image processing library.")
(sbcl-package->ecl-package sbcl-opticl-core))
(define-public sbcl-retrospectiff
(let ((commit "c2a69d77d5010f8cdd9045b3e36a08a73da5d321")
(revision "0"))
(let ((commit "2fbf8c687799487654d988c7036d19d75a7fc67d")
(revision "1"))
(package
(name "sbcl-retrospectiff")
(version (git-version "0.2" revision commit))
@ -11509,9 +11509,9 @@ macros for the Opticl image processing library.")
(uri (git-reference
(url "https://github.com/slyrus/retrospectiff")
(commit commit)))
(file-name (git-file-name name version))
(file-name (git-file-name "cl-retrospectiff" version))
(sha256
(base32 "0qsn9hpd8j2kp43dk05j8dczz9zppdff5rrclbp45n3ksk9inw8i"))))
(base32 "1vfcbfzhkm2wkxnjg7y6gg93wlib9cqpbdbhyqcm5kc7170ci3vz"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-fiveam))