gnu: sbcl-cl-base64: Name checkout.

* gnu/packages/lisp.scm (sbcl-cl-base64)[source]: Add FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-30 17:03:08 +02:00
parent 4fdad3edc3
commit 45ea12f31e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -4018,6 +4018,7 @@ Rosenberg's CL packages.")
(uri (git-reference
(url "http://git.kpe.io/cl-base64.git")
(commit (string-append "v" version))))
(file-name (git-file-name "cl-base64" version))
(sha256
(base32 "1dw6j7n6gsd2qa0p0rbsjxj00acxx3i9ca1qkgl0liy8lpnwkypl"))))
(build-system asdf-build-system/sbcl)