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:
parent
c7ef428a18
commit
5d9dbe0819
1 changed files with 2 additions and 2 deletions
|
@ -7405,14 +7405,14 @@ (define-public python-xlsxwriter
|
|||
(define-public python-pywavelets
|
||||
(package
|
||||
(name "python-pywavelets")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(home-page "https://github.com/PyWavelets/pywt")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyWavelets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j88c0r4j1d4mb3f8qhz6nalyx21qrzmsm70rjngnkybd87v8r0s"))))
|
||||
"13csbr6ls9q9ww53z2xwwsj0hpsz88rj2iwp623h0kmv8yq6kgbc"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:modules ((ice-9 ftw)
|
||||
|
|
Loading…
Reference in a new issue