guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: python-seaborn: Update to 0.11.2.


From: guix-commits
Subject: 01/05: gnu: python-seaborn: Update to 0.11.2.
Date: Sun, 21 Nov 2021 03:08:00 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 00127cbca7ec9ec7b4f5010408867e72de63c0ac
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 21 08:51:57 2021 +0100

    gnu: python-seaborn: Update to 0.11.2.
    
    * gnu/packages/python-xyz.scm (python-seaborn): Update to 0.11.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 66c32c9..f7189e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9290,13 +9290,13 @@ SVG, EPS, PNG and terminal output.")
 (define-public python-seaborn
   (package
     (name "python-seaborn")
-    (version "0.11.1")
+    (version "0.11.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "seaborn" version))
        (sha256
-        (base32 "1b81p9s6li3b606ivgbynrh102fclwlw74m8qxzsii9pv6p8xrs4"))
+        (base32 "1xpl3zb945sihsiwm9q1yyx84sakk1phcg0fprj6i0j0dllfjifg"))
        (patches (search-patches "python-seaborn-kde-test.patch"))))
     (build-system python-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]