guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add python-zeroc-ice-3.6.


From: guix-commits
Subject: 03/04: gnu: Add python-zeroc-ice-3.6.
Date: Tue, 28 Mar 2023 12:02:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b52fe15dc78a6e118488d70444c22a8480734c83
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 28 17:56:37 2023 +0200

    gnu: Add python-zeroc-ice-3.6.
    
    * gnu/packages/python-xyz.scm (python-zeroc-ice-3.6): 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 54b414ab79..58c28b68a7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32064,6 +32064,17 @@ software by taking care of all interactions with 
low-level network programming
 interfaces.")
     (license license:gpl2)))
 
+(define-public python-zeroc-ice-3.6
+  (package
+    (inherit python-zeroc-ice)
+    (version "3.6.5")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "zeroc-ice" version))
+              (sha256
+               (base32
+                "0mikjfvq26kh8asnn9v55z41pap4c5ypymqnwwi4xkavc3mzyda2"))))))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar



reply via email to

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