guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: python-pymc: Update to 5.10.3.


From: guix-commits
Subject: 04/05: gnu: python-pymc: Update to 5.10.3.
Date: Wed, 24 Jan 2024 18:07:27 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit b6e3527aaeaddd7280ecd439a9da221ffe34853c
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jan 24 12:27:06 2024 -0300

    gnu: python-pymc: Update to 5.10.3.
    
    * gnu/packages/statistics.scm (python-pymc): Update to 5.10.3.
    
    Change-Id: I7c30e5a487f97415ef3bf7f9c514a5de54dcd611
---
 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 63710e0a52..d39b237c5f 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.10.0")
+    (version "5.10.3")
     (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
-                "17gb7ny2isfgyps7qffdxq18a9p43qy1fhqhbh75cnqd5wv1yxzb"))))
+                "0ydngbki4xb0i4j0nayzqqrvwlxp30fp56kiwm95n2i7iwgmki02"))))
     (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]