mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f3b5a5ead7
commit
a14ad637bc
1 changed files with 12 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue