guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit a14ad637bc48efa9366e6dd452675da6b371ec86
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 20 18:52:55 2025 +0200

    gnu: Add python-msgpack-for-borg.
    
    * gnu/packages/python-xyz.scm (python-msgpack-for-borg): New variable.
    
    Change-Id: I91efaa3e5592879185f5a66588a6051ec4d01718
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a6ea862239..59169f5db6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17761,6 +17761,18 @@ reading and writing MessagePack data.")
     (home-page "https://pypi.org/project/msgpack/";)
     (license license:asl2.0)))
 
+(define-public python-msgpack-for-borg
+  (hidden-package
+   (package
+     (inherit python-msgpack)
+     (version "1.0.4")
+     (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "msgpack" version))
+        (sha256
+         (base32 "0pqzy1zclyhd42gfibhkcqymbspy5a6v421g87mh40h3iz0nkn7m")))))))
+
 (define-public python-openstep-plist
   (package
     (name "python-openstep-plist")

Reply via email to