guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 2855527f7a752250b02eb83fd16c9c1c2c211388
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 20 18:53:11 2025 +0200
gnu: borg: Use python-msgpack-for-borg.
Otherwise tests fail.
* gnu/packages/backup.scm (borg)[inputs]: Replace python-msgpack by
python-msgpack-for-borg.
Change-Id: Icc02fa62856d17b20f42ecdf630dacef6dc44197
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 1d3b66f150..acee71c2e1 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -681,7 +681,7 @@ rsnapshot uses hard links to deduplicate identical files.")
lz4
openssl
;; This is the latest version of msgpack accepted by 'setup.py'.
- python-msgpack
+ python-msgpack-for-borg
;; FUSE 3 isn't working well, so we stick with FUSE 2 for now:
;; <https://issues.guix.gnu.org/53407>
python-llfuse