gnu: sbcl-rfc2388: Name checkout.

* gnu/packages/lisp.scm (sbcl-rfc2388)[source]: Add FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-30 17:48:29 +02:00
parent 7026f6b27e
commit 0abf2d91cf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3896,6 +3896,7 @@ (define-public sbcl-rfc2388
(uri (git-reference
(url "https://github.com/jdz/rfc2388.git")
(commit commit)))
(file-name (git-file-name "rfc2388" version))
(sha256
(base32 "0phh5n3clhl9ji8jaxrajidn22d3f0aq87mlbfkkxlnx2pnw694k"))))
(build-system asdf-build-system/sbcl)