mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-emcee: Update to 3.1.6.
* gnu/packages/statistics.scm (python-emcee): Update to 3.1.6. Change-Id: I49f5d8247e2674170a677ff08bf62e82735bc74f
This commit is contained in:
parent
2b276ae80f
commit
2891f9fb34
1 changed files with 3 additions and 2 deletions
|
@ -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 @@ (define-public python-mapie
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue