guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-arviz: Update to 0.17.0.


From: guix-commits
Subject: 03/05: gnu: python-arviz: Update to 0.17.0.
Date: Wed, 24 Jan 2024 18:07:23 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 90b80796bf5896f36aa7eeb20ae7222f8ce39fbd
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jan 24 12:23:53 2024 -0300

    gnu: python-arviz: Update to 0.17.0.
    
    * gnu/packages/statistics.scm (python-arviz): Update to 0.17.0.
    
    Change-Id: I93112c570010165c888b5e303a3c82d80cda3016
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index f4b63247dc..63710e0a52 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2134,7 +2134,7 @@ machine learning, computer vision, and high-dimensional 
statistics.")
 (define-public python-arviz
   (package
     (name "python-arviz")
-    (version "0.16.1")
+    (version "0.17.0")
     (source (origin
               (method git-fetch)        ; PyPI misses some test files
               (uri (git-reference
@@ -2143,7 +2143,7 @@ machine learning, computer vision, and high-dimensional 
statistics.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "19phaqbpls82300z7ghicrldjxyjq4ilmmwsmd9zkl8c7ld5cb4j"))))
+                "0rmv7nniciq2jjnmk3qslc777wm8mjp7vsbk5dqx87a94dp7198f"))))
     (build-system pyproject-build-system)
     (arguments
      ;; FIXME: matplotlib tests fail because of the "--save" test flag.



reply via email to

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