Skip to content

Commit 5f56e0e

Browse files
authored
python3Packages.pytensor: 2.31.4 -> 2.31.5 (#421271)
2 parents c26653b + f0e5b23 commit 5f56e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
buildPythonPackage rec {
3535
pname = "pytensor";
36-
version = "2.31.4";
36+
version = "2.31.5";
3737
pyproject = true;
3838

3939
src = fetchFromGitHub {
@@ -43,7 +43,7 @@ buildPythonPackage rec {
4343
postFetch = ''
4444
sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/pytensor/_version.py
4545
'';
46-
hash = "sha256-wHkEZqgnau8DaoOaSFg0Ma6EtjGLmc+y4fskNEyk7yg=";
46+
hash = "sha256-9sIFBKuPMwg+5JHA9zhvaSvluxthUtc/rdqMZPl+VZg=";
4747
};
4848

4949
build-system = [

0 commit comments

Comments
 (0)