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>
This commit is contained in:
Nicolas Graves 2025-09-20 18:52:55 +02:00 committed by Sharlatan Hellseher
parent 540d5afe91
commit 5fb1def1e7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")