mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6b9a7f5118
commit
ea96f4b0c5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue