gnu: git-annex-remote-hubic: Don't use unstable tarball.

* gnu/packages/version-control.scm (git-annex-remote-hubic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-30 20:27:26 +01:00
parent 395ee951c0
commit 3671b69c79
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1835,15 +1835,15 @@ (define-public git-annex-remote-hubic
(package (package
(name "git-annex-remote-hubic") (name "git-annex-remote-hubic")
(version "0.3.1") (version "0.3.1")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method git-fetch)
"https://github.com/Schnouki/" name "/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/Schnouki/git-annex-remote-hubic.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"196g3jkaybjx11nbr51n0cjps3wjzb145ab76y717diqvvxp5v4r")))) (base32 "16y9sk67hfi17h9n2kkffyabfccksh5rab40hhk69v6cxmbpn2sx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments `(#:python ,python-2)) (arguments `(#:python ,python-2))
(native-inputs (native-inputs