mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-fuzzy: Update to 0.5.0.
* gnu/packages/python-science.scm (python-scikit-fuzzy): Update to 0.5.0. [source]: Adjust URI. [build-system]: Move to pyproject-build-system. Change-Id: I5dbe3788c34767d4af0c1b526a3ce79f0f6d532f
This commit is contained in:
parent
9ddcfc3127
commit
91b2192050
1 changed files with 4 additions and 4 deletions
|
@ -463,14 +463,14 @@ and linear forms into vectors.")
|
|||
(define-public python-scikit-fuzzy
|
||||
(package
|
||||
(name "python-scikit-fuzzy")
|
||||
(version "0.4.2")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "scikit-fuzzy" version))
|
||||
(uri (pypi-uri "scikit_fuzzy" version))
|
||||
(sha256
|
||||
(base32 "0bp1n771fj44kdp7a00bcvfwirvv2rc803b7g6yf3va7v0j29c8s"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "0zsfyd8cpd2l82fwh3smxbwhb3bkqwlq17cbav53axma4c2k9r9f"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments '(#:tests? #f)) ;XXX: not compatible with newer numpy.testing
|
||||
(native-inputs
|
||||
(list python-nose))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue