1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

gnu: python2-elib.intl: Declare a source file-name.

* gnu/packages/python.scm (python2-elib.intl)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner
2018-03-14 21:15:14 +02:00
parent 66e765a063
commit dac6095d7e

View File

@@ -3806,6 +3806,7 @@ Python's distutils.")
(uri (git-reference
(url "https://github.com/dieterv/elib.intl.git")
(commit "d09997cfef")))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"0y7vzff9xgbnaay7m0va1arl6g68ncwrvbgwl7jqlclsahzzb09d"))))