gnu: python-funcy: Don't use NAME in source URI.

* gnu/packages/python-xyz.scm (python-funcy)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-22 01:34:49 +01:00
parent 9e396ab8d7
commit a85c60278b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -13490,13 +13490,13 @@ functions by partial application of operators.")
(version "1.11")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/Suor/funcy/archive/" version
".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/Suor/funcy.git")
(commit version)))
(sha256
(base32
"19nq2qqgavb054wqwi40wiq94sd22rgpvwbjlz6h3g8zv7b8dy14"))
(file-name (string-append name "-" version ".tar.gz"))))
(base32 "1s98vkjnq3zq71737hn8xa15kssvmy1sfzsll3vrlv53902418mw"))
(file-name (git-file-name name version))))
(build-system python-build-system)
(arguments
`(#:phases