gnu: sedsed: Don't use unstable tarball.

* gnu/packages/admin.scm (sedsed)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2018-12-23 10:43:31 +01:00
parent 9bc96d13ce
commit 7d6e8fda61
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 7 additions and 7 deletions

View File

@ -2303,16 +2303,16 @@ in order to be able to find it.
(version "1.0") (version "1.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/aureliojargas/sedsed/" (uri (git-reference
"archive/v" version ".tar.gz")) (url "https://github.com/aureliojargas/sedsed.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0009lsjsxhqmgaklpwq15hhd94hpiy7r4va69yy0ig3mxi6zbg2z"))))
"0139jkqvm8ipiwfj7k69ry2f9b1ffgpk79arpz4r7w9kf6h23bnh"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; No tests. `(#:tests? #f ; no tests
#:python ,python-2 #:python ,python-2
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases