me
/
guix
Archived
1
0
Fork 0

gnu: rdup: Don't use unstable tarball.

* gnu/packages/backup.scm (rdup)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
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
1 changed files with 6 additions and 6 deletions

View File

@ -292,13 +292,13 @@ random access nor for in-place modification.")
(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)