GNU bug report logs -
#67721
Borg backup 1.2.7 update
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sat, 9 Dec 2023 00:26:01 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 67721 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/backup.scm (borg): Update to 1.2.7.
[inputs]: Replace python-msgpack-1.0.2 with python-msgpack.
Change-Id: I8529d737d90105f877f1c099f4b3afa9b0ed9fa8
---
gnu/packages/backup.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 49b0fe2620..58c071e1fa 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -644,13 +644,13 @@ (define-public libchop
(define-public borg
(package
(name "borg")
- (version "1.2.6")
+ (version "1.2.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "borgbackup" version))
(sha256
- (base32 "178klb3pglhhz553frf928v7zvaiqvri9fbhj33yx7h3hvqgi9mp"))
+ (base32 "06j1v4bw9jkjh6m29ns5sigmp0cslcf0cyy8rrqij11w72ijhgzn"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -759,7 +759,7 @@ (define-public borg
lz4
openssl
;; This is the latest version of msgpack accepted by 'setup.py'.
- python-msgpack-1.0.2
+ python-msgpack
;; FUSE 3 isn't working well, so we stick with FUSE 2 for now:
;; <https://issues.guix.gnu.org/53407>
python-llfuse
base-commit: 06f25a9a85be1bbe7a709e58ce41c1a834e5f1ae
--
2.41.0
This bug report was last modified 1 year and 157 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.