mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rsnapshot: Update to 1.4.5.
* gnu/packages/backup.scm (rsnapshot): Update to 1.4.5.
This commit is contained in:
parent
8e1cca32b9
commit
128c926ffa
1 changed files with 2 additions and 2 deletions
|
@ -524,7 +524,7 @@ (define-public rdiff-backup
|
||||||
(define-public rsnapshot
|
(define-public rsnapshot
|
||||||
(package
|
(package
|
||||||
(name "rsnapshot")
|
(name "rsnapshot")
|
||||||
(version "1.4.4")
|
(version "1.4.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -532,7 +532,7 @@ (define-public rsnapshot
|
||||||
"https://github.com/rsnapshot/rsnapshot/releases/download/"
|
"https://github.com/rsnapshot/rsnapshot/releases/download/"
|
||||||
version "/rsnapshot-" version ".tar.gz"))
|
version "/rsnapshot-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yc5k2fhm54ypxgm1fsaf8vrg5b7qbvbsqk371n6baf592vprjy1"))))
|
(base32 "0hl2ncld0xkwlnv1cqjmmnld2nlp65alkkdacs11wl95r80mxdqh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue