~ruther/guix-local

8d04752c8d25a7624cfdebd3fd5f608e83208a74 — jgart a month ago c666ec3
gnu: borg: Update to 1.4.3.

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

Change-Id: Ifc561ec3323e78322e2fbe368f7ab9947b08245c
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/backup.scm
M gnu/packages/backup.scm => gnu/packages/backup.scm +2 -2
@@ 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