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:
parent
719a85c547
commit
603a3b8f43
1 changed files with 2 additions and 2 deletions
|
@ -677,13 +677,13 @@ detection, and lossless compression.")
|
|||
(define-public borg
|
||||
(package
|
||||
(name "borg")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "borgbackup" version))
|
||||
(sha256
|
||||
(base32 "0agdyrmj7yy2vn0qghcpq458v9d09q9jvzzrszz6dyj3aqalak65"))
|
||||
(base32 "0f9qj05i02aj17lhk97fqyknb1jx3h9xr8d569mhp44xq7qziyxq"))
|
||||
(snippet
|
||||
#~(begin
|
||||
;; Delete files generated by Cython. We used to have a regex that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue