gnu: rdup: Don't use unstable tarball.

* gnu/packages/backup.scm (rdup)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-01 23:34:52 +01:00
parent 8f9c957d25
commit 658ef2ecdd
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -292,13 +292,13 @@ (define-public rdup
(version "1.1.15") (version "1.1.15")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(file-name (string-append name "-" version ".tar.gz")) (uri (git-reference
(uri (string-append "https://github.com/miekg/rdup/archive/" (url "https://github.com/miekg/rdup.git")
version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0bzyv6qmnivxnv9nw7lnfn46k0m1dlxcjj53zcva6v8y8084l1iw"))))
"1jr91hgcf0rrpanqlwws72ql9db6d6grs2i122ki1s4bx0vqqyvq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)