mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: sbcl-cl-base64: Name checkout.
* gnu/packages/lisp.scm (sbcl-cl-base64)[source]: Add FILE-NAME.
This commit is contained in:
parent
4fdad3edc3
commit
45ea12f31e
1 changed files with 1 additions and 0 deletions
|
@ -4018,6 +4018,7 @@ (define-public sbcl-cl-base64
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "http://git.kpe.io/cl-base64.git")
|
(url "http://git.kpe.io/cl-base64.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name "cl-base64" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dw6j7n6gsd2qa0p0rbsjxj00acxx3i9ca1qkgl0liy8lpnwkypl"))))
|
(base32 "1dw6j7n6gsd2qa0p0rbsjxj00acxx3i9ca1qkgl0liy8lpnwkypl"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
|
Loading…
Reference in a new issue