From fd55ba9aa1f5b13a9fb91024dbadf3b6dc0f0b3e Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 24 Feb 2025 18:50:03 +0100 Subject: [PATCH] python312Packages.pytensor: 2.28.0 -> 2.28.1 Diff: https://github.com/pymc-devs/pytensor/compare/refs/tags/rel-2.28.0...rel-2.28.1 Changelog: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.28.1 --- pkgs/development/python-modules/pytensor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix index d055c84450c0..2458524493e3 100644 --- a/pkgs/development/python-modules/pytensor/default.nix +++ b/pkgs/development/python-modules/pytensor/default.nix @@ -32,14 +32,14 @@ buildPythonPackage rec { pname = "pytensor"; - version = "2.28.0"; + version = "2.28.1"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pytensor"; tag = "rel-${version}"; - hash = "sha256-jwx7fcMiFNvnwP746nM2rqo2BD6PEbKkfEwIz8MenN4="; + hash = "sha256-vDgGcTDvtAxkEln4x43wZnMvn24mFzGfbxHd8Ny2/VQ="; }; pythonRelaxDeps = [