mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: borg: Update to 1.4.3.
* gnu/packages/backup.scm (borg): Update to 1.4.3. Change-Id: Ifc561ec3323e78322e2fbe368f7ab9947b08245c
This commit is contained in:
parent
c666ec3bb2
commit
8d04752c8d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue