Archived
1
0
Fork 0

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:
Ricardo Wurmus 2021-11-21 08:51:57 +01:00
parent d8b429ddb7
commit 00127cbca7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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