1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: borg: Update to 1.4.1.

* gnu/packages/backup.scm (borg): Update to 1.4.1.

Change-Id: I95ab0572732a400e371fc1b5edaecbe13ad0b106
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Leo Famulari 2025-04-23 19:29:44 -04:00 committed by Zheng Junjie
parent 719a85c547
commit 603a3b8f43
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -677,13 +677,13 @@ detection, and lossless compression.")
(define-public borg (define-public borg
(package (package
(name "borg") (name "borg")
(version "1.4.0") (version "1.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "borgbackup" version)) (uri (pypi-uri "borgbackup" version))
(sha256 (sha256
(base32 "0agdyrmj7yy2vn0qghcpq458v9d09q9jvzzrszz6dyj3aqalak65")) (base32 "0f9qj05i02aj17lhk97fqyknb1jx3h9xr8d569mhp44xq7qziyxq"))
(snippet (snippet
#~(begin #~(begin
;; Delete files generated by Cython. We used to have a regex that ;; Delete files generated by Cython. We used to have a regex that