~ruther/guix-local

5fb1def1e791b3aa2d09850b95c6ab405578d1ac — Nicolas Graves 9 months ago 540d5af
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>
1 files changed, 12 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +12 -0
@@ 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")