python312Packages.pytensor: set version to 2.25.5

There is no sign of 2.25.6.
Maybe it has been completely removed upstream or, more likely, a mistake
was made when updating the package in nixpkgs.
This commit is contained in:
Gaetan Lepage
2024-10-17 17:47:56 +02:00
parent 7f110cfc7d
commit 76d85375cb
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "pytensor";
version = "2.25.6";
version = "2.25.5";
pyproject = true;
src = fetchFromGitHub {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
hash = "sha256-6emtX0tNqVqKyKXnwxvAwCyM3TRJ2MNClPNg0tVxBU8=";
hash = "sha256-tEIDuMAY+rMBqzHLnhbSqOoWzjIbZKCWWMx/uej2pOU=";
};
pythonRelaxDeps = [