gnu: python-crossenv: Update to 1.5.0.

* gnu/packages/python-xyz.scm (python-crossenv): Update to 1.5.0.

Change-Id: Ib5f2e912cddc35cec8e342c023a4f2cbe641ce93
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Brian Kubisiak 2025-04-13 06:50:49 -07:00 committed by Andreas Enge
parent 6b9a7f5118
commit ea96f4b0c5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -7276,14 +7276,14 @@ e.g. filters, callbacks and errbacks can all be promises.")
(define-public python-crossenv (define-public python-crossenv
(package (package
(name "python-crossenv") (name "python-crossenv")
(version "1.3.0") (version "1.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "crossenv" version)) (uri (pypi-uri "crossenv" version))
(sha256 (sha256
(base32 (base32
"07rv4650n19740ixmnsf4qbxyqlgi7f5m1cy8cq0gl01q3r6hps4")))) "0f9x3f506pl45ip1nm3fx8gzwm1hr7w1b0bib4kg74zph7jmz72x"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:tests? #f)) ; tests not distributed on pypi (list #:tests? #f)) ; tests not distributed on pypi