guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add python-msgpack-1.0.2.


From: guix-commits
Subject: 01/02: gnu: Add python-msgpack-1.0.2.
Date: Thu, 24 Mar 2022 23:05:17 -0400 (EDT)

lfam pushed a commit to branch wip-borg
in repository guix.

commit 7cf9736da42c68d8a0ef6661b4e09de28d46a48f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Jan 21 02:43:44 2022 -0500

    gnu: Add python-msgpack-1.0.2.
    
    * gnu/packages/python-xyz.scm (python-msgpack-1.0.2): New variable.
---
 gnu/packages/python-xyz.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae335cc83f..c576d2106a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11321,6 +11321,17 @@ reading and writing MessagePack data.")
     (home-page "https://pypi.org/project/msgpack/";)
     (license license:asl2.0)))
 
+(define-public python-msgpack-1.0.2
+  (package
+    (inherit python-msgpack)
+    (version "1.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "msgpack" version))
+              (sha256
+               (base32
+                "1109s2yynrahwi64ikax68hx0mbclz8p35afmpphw5dwynb49q7s"))))))
+
 ;; This msgpack library's name changed from "python-msgpack" to "msgpack" with
 ;; release 0.5. Some packages like borg still call it by the old name for now.
 ;; <https://bugs.gnu.org/30662>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]