python3Packages.pytensor: 2.31.6 -> 2.31.7 (#423605)

This commit is contained in:
Gaétan Lepage
2025-07-10 13:23:11 +02:00
committed by GitHub
@@ -33,7 +33,7 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.31.6";
version = "2.31.7";
pyproject = true;
src = fetchFromGitHub {
@@ -43,7 +43,7 @@ buildPythonPackage rec {
postFetch = ''
sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/pytensor/_version.py
'';
hash = "sha256-J53wjbUlPJzecAQNeQ+xIlXwTFTLqQNicoFsnXhuoHM=";
hash = "sha256-FtB5DfeKHl3zlnDxsRn0rs08EJhPwVkXFBFLVA0k6oA=";
};
build-system = [