gnu: python-seaborn: Update to 0.11.2.
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.11.2.
This commit is contained in:
parent
d8b429ddb7
commit
00127cbca7
1 changed files with 2 additions and 2 deletions
|
@ -9290,13 +9290,13 @@ SVG, EPS, PNG and terminal output.")
|
||||||
(define-public python-seaborn
|
(define-public python-seaborn
|
||||||
(package
|
(package
|
||||||
(name "python-seaborn")
|
(name "python-seaborn")
|
||||||
(version "0.11.1")
|
(version "0.11.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "seaborn" version))
|
(uri (pypi-uri "seaborn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b81p9s6li3b606ivgbynrh102fclwlw74m8qxzsii9pv6p8xrs4"))
|
(base32 "1xpl3zb945sihsiwm9q1yyx84sakk1phcg0fprj6i0j0dllfjifg"))
|
||||||
(patches (search-patches "python-seaborn-kde-test.patch"))))
|
(patches (search-patches "python-seaborn-kde-test.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue