Skip to content

Commit 47cd7e2

Browse files
authored
python312Packages.pymc: 5.17.0 -> 5.18.0 (#353615)
2 parents 959fc90 + 6f05c66 commit 47cd7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pymc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage rec {
2424
pname = "pymc";
25-
version = "5.17.0";
25+
version = "5.18.0";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "pymc-devs";
3030
repo = "pymc";
3131
rev = "refs/tags/v${version}";
32-
hash = "sha256-vElS6f46xVvK+p5/IvjgCI4wMZlBe3Q5ZaQUie1yLJw=";
32+
hash = "sha256-XJWAzJ8B5MZlMA6gF8OAUeXUHfPH2/buvoGlthgc+Qw=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)