me
/
guix
Archived
1
0
Fork 0

gnu: Borg: Update to 1.2.7.

* gnu/packages/backup.scm (borg): Update to 1.2.7.
[inputs]: Replace python-msgpack-1.0.2 with python-msgpack.

Change-Id: I8529d737d90105f877f1c099f4b3afa9b0ed9fa8
master
Leo Famulari 2023-12-08 19:18:59 -05:00
parent 6aade039e1
commit 61138a18d5
No known key found for this signature in database
GPG Key ID: 6AAC1963757F47FF
1 changed files with 3 additions and 3 deletions

View File

@ -644,13 +644,13 @@ detection, and lossless compression.")
(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 @@ detection, and lossless compression.")
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