gnu: sbcl-cl-fad: Update to 0.7.6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fad): Update to 0.7.6.master
parent
5a64785019
commit
f0d9eaca69
|
@ -1568,7 +1568,7 @@ with @command{colorize} support."))))
|
||||||
(define-public sbcl-cl-fad
|
(define-public sbcl-cl-fad
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-fad")
|
(name "sbcl-cl-fad")
|
||||||
(version "0.7.5")
|
(version "0.7.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1577,7 +1577,7 @@ with @command{colorize} support."))))
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l1qmk9z57q84bz5r04sxsksggsnd7dgkxlybzh9imz6ma7sm52m"))
|
"1gc8i82v6gks7g0lnm54r4prk2mklidv2flm5fvbr0a7rsys0vpa"))
|
||||||
(file-name (string-append "cl-fad" version "-checkout"))))
|
(file-name (string-append "cl-fad" version "-checkout"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue