python312Packages.pytensor: fix hash (#400483)

This commit is contained in:
Pol Dellaiera
2025-04-21 09:01:11 +00:00
committed by GitHub
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pytensor";
tag = "rel-${version}";
hash = "sha256-Tsu+q3PeJSIVdW5wRB1RRk4oolXpj58ZbBQ20gaHJ7o=";
hash = "sha256-Iyiuvt86pfz8MmpwgDecKJFVOw+fKpEaA9m1MBA9Yxs=";
};
build-system = [