diff mbox series

[bug#67721,2/3] gnu: Remove python-msgpack-1.0.2.

Message ID fa8beb4c70545fd3fd684513f15290482cb26aff.1702081582.git.leo@famulari.name
State New
Headers show
Series [bug#67721,1/3] gnu: Borg: Update to 1.2.7. | expand

Commit Message

Leo Famulari Dec. 9, 2023, 12:26 a.m. UTC
This package is no longer used in Guix.

* gnu/packages/python-xyz.scm (python-msgpack-1.0.2): Remove variable.

Change-Id: I6216003e6312c5587ae3471ba9870865ee68f680
---
 gnu/packages/python-xyz.scm | 11 -----------
 1 file changed, 11 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 86f8d81689..0babe0dd0a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13743,17 +13743,6 @@  (define-public python-msgpack
     (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>