summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/backup.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index cf06f7c1e69..b4aca86774f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -677,13 +677,13 @@ detection, and lossless compression.")
677(define-public borg 677(define-public borg
678 (package 678 (package
679 (name "borg") 679 (name "borg")
680 (version "1.4.0") 680 (version "1.4.1")
681 (source 681 (source
682 (origin 682 (origin
683 (method url-fetch) 683 (method url-fetch)
684 (uri (pypi-uri "borgbackup" version)) 684 (uri (pypi-uri "borgbackup" version))
685 (sha256 685 (sha256
686 (base32 "0agdyrmj7yy2vn0qghcpq458v9d09q9jvzzrszz6dyj3aqalak65")) 686 (base32 "0f9qj05i02aj17lhk97fqyknb1jx3h9xr8d569mhp44xq7qziyxq"))
687 (snippet 687 (snippet
688 #~(begin 688 #~(begin
689 ;; Delete files generated by Cython. We used to have a regex that 689 ;; Delete files generated by Cython. We used to have a regex that