gnu: rsnapshot: Update to 1.4.5.

* gnu/packages/backup.scm (rsnapshot): Update to 1.4.5.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-22 01:00:01 +01:00
parent 8e1cca32b9
commit 128c926ffa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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