diff options
| author | Brian Kubisiak <brian@kubisiak.com> | 2025-04-13 06:50:49 -0700 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-14 10:32:36 +0200 |
| commit | ea96f4b0c5410c72dceb0a44d17ea335e47f43f9 (patch) | |
| tree | 4132bcfc8de03954d76bdbb00f5d2a1dcfbf49f4 /gnu/packages/python-xyz.scm | |
| parent | 6b9a7f5118845c5c67c17c4d7c96784153780d5d (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2e71498b53..ef67fd7e4d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7276,14 +7276,14 @@ e.g. filters, callbacks and errbacks can all be promises.") (define-public python-crossenv (package (name "python-crossenv") - (version "1.3.0") + (version "1.5.0") (source (origin (method url-fetch) (uri (pypi-uri "crossenv" version)) (sha256 (base32 - "07rv4650n19740ixmnsf4qbxyqlgi7f5m1cy8cq0gl01q3r6hps4")))) + "0f9x3f506pl45ip1nm3fx8gzwm1hr7w1b0bib4kg74zph7jmz72x")))) (build-system python-build-system) (arguments (list #:tests? #f)) ; tests not distributed on pypi |
