guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: python-emcee: Update to 3.1.6.


From: guix-commits
Subject: 06/09: gnu: python-emcee: Update to 3.1.6.
Date: Sat, 6 Jul 2024 22:14:06 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 2891f9fb34c915b16cd5752f838a01674dce568e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Jul 6 14:52:17 2024 -0300

    gnu: python-emcee: Update to 3.1.6.
    
    * gnu/packages/statistics.scm (python-emcee): Update to 3.1.6.
    
    Change-Id: I49f5d8247e2674170a677ff08bf62e82735bc74f
---
 gnu/packages/statistics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 3e6e007eb9..5fe9634934 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -20,6 +20,7 @@
 ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
 ;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2023 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2024 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2417,13 +2418,13 @@ conformal prediction methods intervals.")
 (define-public python-emcee
   (package
     (name "python-emcee")
-    (version "3.1.4")
+    (version "3.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "emcee" version))
        (sha256
-        (base32 "1vbz67cwzig28dlndkm6g246p1vcvj6yy2w65z8cdyffigf1j3lf"))))
+        (base32 "0zb3ihja3hyj6zjbhkpxhyyppnv58q2jjg0yd1lwmydqdaplvbqi"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-numpy))
     (native-inputs (list python-coverage



reply via email to

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