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:
parent
395ee951c0
commit
3671b69c79
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue