python3Packages.pymc: 5.19.1 -> 5.20.0

https://github.com/pymc-devs/pymc/releases/tag/v5.20.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:46 +01:00
parent 74ec1f02ac
commit 59062117f3
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "pymc";
version = "5.19.1";
version = "5.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pymc";
tag = "v${version}";
hash = "sha256-Tx3liE/MLInEfNMc7e+YtvXg/hOsfOyJq6FwfmAIwz0=";
hash = "sha256-5iHm+q4ykXhCntUpZmEfZc1805+GoCQR3yrkQGJ2qQg=";
};
postPatch = ''
@@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = {
description = "Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC)";
homepage = "https://github.com/pymc-devs/pymc";
changelog = "https://github.com/pymc-devs/pymc/releases/tag/v${version}";
changelog = "https://github.com/pymc-devs/pymc/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
nidabdella