We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c26653b + f0e5b23 commit 5f56e0eCopy full SHA for 5f56e0e
pkgs/development/python-modules/pytensor/default.nix
@@ -33,7 +33,7 @@
33
34
buildPythonPackage rec {
35
pname = "pytensor";
36
- version = "2.31.4";
+ version = "2.31.5";
37
pyproject = true;
38
39
src = fetchFromGitHub {
@@ -43,7 +43,7 @@ buildPythonPackage rec {
43
postFetch = ''
44
sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/pytensor/_version.py
45
'';
46
- hash = "sha256-wHkEZqgnau8DaoOaSFg0Ma6EtjGLmc+y4fskNEyk7yg=";
+ hash = "sha256-9sIFBKuPMwg+5JHA9zhvaSvluxthUtc/rdqMZPl+VZg=";
47
};
48
49
build-system = [
0 commit comments