From 8d04752c8d25a7624cfdebd3fd5f608e83208a74 Mon Sep 17 00:00:00 2001 From: jgart Date: Thu, 25 Dec 2025 17:03:34 -0500 Subject: [PATCH] gnu: borg: Update to 1.4.3. * gnu/packages/backup.scm (borg): Update to 1.4.3. Change-Id: Ifc561ec3323e78322e2fbe368f7ab9947b08245c --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index a0b331bdb61..298a097d2e4 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -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