guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: python-pymc: Update to 5.9.1.


From: guix-commits
Subject: 08/08: gnu: python-pymc: Update to 5.9.1.
Date: Fri, 3 Nov 2023 18:30:15 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 479fdc8451f0b84021821d49b1b546ebb8f53406
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Nov 3 19:16:34 2023 -0300

    gnu: python-pymc: Update to 5.9.1.
    
    * gnu/packages/statistics.scm (python-pymc): Update to 5.9.1.
    
    Change-Id: I3d7927e7173f36ba4edeab06bd930c285432c29f
---
 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 55f04e8e72..d15732c839 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.7.2")
+    (version "5.9.1")
     (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
-                "1r3lxpfc782f0wphdqfgsskbz52i0gwgrmxb65307k6cqia69s3r"))))
+                "1y90xa85q38zwsi69q5bv95vyjg3jp1hs0z18sg5jyi17irgw8x7"))))
     (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]