diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index a0b331bdb61..298a097d2e4 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -574,13 +574,13 @@ rsnapshot uses hard links to deduplicate identical files.") (define-public borg (package (name "borg") - (version "1.4.1") + (version "1.4.3") (source (origin (method url-fetch) (uri (pypi-uri "borgbackup" version)) (sha256 - (base32 "0f9qj05i02aj17lhk97fqyknb1jx3h9xr8d569mhp44xq7qziyxq")) + (base32 "07s4jqcv03s98hi6lvqpvmnnhl532qnvv11mjy2xc08rbmsgmfvr")) (snippet #~(begin ;; Delete files generated by Cython. We used to have a regex that