guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: python-pymc: Update to 5.10.0.


From: guix-commits
Subject: 06/11: gnu: python-pymc: Update to 5.10.0.
Date: Tue, 5 Dec 2023 15:03:15 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit 295179f4103d6390be42e62406c4b2520b59c86e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Dec 4 20:08:22 2023 -0300

    gnu: python-pymc: Update to 5.10.0.
    
    * gnu/packages/statistics.scm (python-pymc): Update to 5.10.0.
    
    Change-Id: I900a65beba2d919bde3137a370dbdb19566c828c
---
 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 95cc948d9f..4eb4e9264e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2182,7 +2182,7 @@ comparison and diagnostics.")
 (define-public python-pymc
   (package
     (name "python-pymc")
-    (version "5.9.1")
+    (version "5.10.0")
     (source (origin
               (method git-fetch)        ; no tests in PyPI
               (uri (git-reference
@@ -2191,7 +2191,7 @@ comparison and diagnostics.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y90xa85q38zwsi69q5bv95vyjg3jp1hs0z18sg5jyi17irgw8x7"))))
+                "17gb7ny2isfgyps7qffdxq18a9p43qy1fhqhbh75cnqd5wv1yxzb"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f ; tests are too computationally intensive



reply via email to

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