gnu: kurly: Declare a source file-name.

* gnu/packages/curl.scm (kurly)[source]: Declare a source file-name.
This commit is contained in:
Efraim Flashner 2018-03-04 11:55:08 +02:00
parent 277be74fa7
commit c2c04cde9b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ tunneling, and so on.")
(uri (git-reference
(url "https://github.com/davidjpeacock/kurly.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1q192f457sjypgvwq7grrf8gq8w272p3zf1d5ppc20mriqm0mbc3"))))