gnu: python-pywavelets: Update to 1.2.0.

* gnu/packages/python-xyz.scm (python-pywavelets): Update to 1.2.0.
This commit is contained in:
Marius Bakke 2022-01-11 01:29:42 +01:00
parent c7ef428a18
commit 5d9dbe0819
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7405,14 +7405,14 @@ (define-public python-xlsxwriter
(define-public python-pywavelets (define-public python-pywavelets
(package (package
(name "python-pywavelets") (name "python-pywavelets")
(version "1.1.1") (version "1.2.0")
(home-page "https://github.com/PyWavelets/pywt") (home-page "https://github.com/PyWavelets/pywt")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PyWavelets" version)) (uri (pypi-uri "PyWavelets" version))
(sha256 (sha256
(base32 (base32
"1j88c0r4j1d4mb3f8qhz6nalyx21qrzmsm70rjngnkybd87v8r0s")))) "13csbr6ls9q9ww53z2xwwsj0hpsz88rj2iwp623h0kmv8yq6kgbc"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:modules ((ice-9 ftw) '(#:modules ((ice-9 ftw)