summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-09-20 18:52:55 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:37 +0100
commit5fb1def1e791b3aa2d09850b95c6ab405578d1ac (patch)
tree1ed23414cf5ed38d48c010e5fa577e71591ffaa2 /gnu/packages/python-xyz.scm
parent540d5afe9171d49910289464247116041ead891f (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7dced967d8..6bfc2b6407 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17737,6 +17737,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")