sharlatan pushed a commit to branch python-team in repository guix. commit ac1a90c4a4659ca3dfaddc1572fc94996f2337c3 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Mon Mar 31 08:18:29 2025 +0200
gnu: python-zeroc-ice: Update to 3.7.10.1. * gnu/packages/python-xyz.scm (python-zeroc-ice): Update to 3.7.10.1. Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e93ee1469c..1139f0eaf9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -40225,13 +40225,13 @@ read all zbar supported codes.") (define-public python-zeroc-ice (package (name "python-zeroc-ice") - (version "3.7.9") + (version "3.7.10.1") (source (origin (method url-fetch) (uri (pypi-uri "zeroc-ice" version)) (sha256 (base32 - "0bqkrjxp2fbz34x3wxkxji39kxinypzg8q2994sibiay29mpipxb")))) + "0r46q4hd7xbpvnidbra1prkg4xhmajxjjmclfqgp3pv0lgyslqxh")))) (build-system pyproject-build-system) (inputs (list openssl)) (native-inputs (list python-setuptools python-wheel))