python312Packages.pytensor: 2.31.0 -> 2.31.1 (#409576)

This commit is contained in:
Gaétan Lepage
2025-05-22 09:54:08 +02:00
committed by GitHub
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.31.0";
version = "2.31.1";
pyproject = true;
src = fetchFromGitHub {
@@ -42,7 +42,7 @@ buildPythonPackage rec {
postFetch = ''
sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/pytensor/_version.py
'';
hash = "sha256-RgJeKA0dRSY1xn+7pgzUg5Hn5KKAWUilimbZOn43xHQ=";
hash = "sha256-R/qHLAqNbFqoi2MQeptlVE148cInVOpN5n/wGr1AB9M=";
};
build-system = [