GNU bug report logs -
#72764
[PATCH] gnu: borgmatic: Update to 1.8.13.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Thu, 22 Aug 2024 20:56:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/backup.scm (borgmatic): Update to 1.8.13.
Change-Id: Ia4bbc5cf81577d4092bdaa882eed45c6bf56bdc9
---
Hi Guix,
There's been a recent minor borgmatic update, builds successfully on
my machine.
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 1d484b3f51..5b00b1e89d 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1328,13 +1328,13 @@ (define-public disarchive
(define-public borgmatic
(package
(name "borgmatic")
- (version "1.8.9")
+ (version "1.8.13")
(source
(origin
(method url-fetch)
(uri (pypi-uri "borgmatic" version))
(sha256
- (base32 "1xmqv0gg2ic7lp5kmygr9f6qkabsr86mma7pigan12vk2bcdbw31"))))
+ (base32 "08vlknlhczi98kwcrkaqvrwfxm9v284b4iaagrwgfzk32fdn57p1"))))
(build-system python-build-system)
(arguments
(list
base-commit: 23536a9871464b1f3b3d73e808e13d8f2a2366dd
prerequisite-patch-id: d1772764e37c1b7ad2b28329bcd41308195ef4f8
--
2.45.2
This bug report was last modified 326 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.