From 06e133c3cc9538f56ca2bb954d9d72560a578274 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 5 Mar 2025 13:43:27 +0100 Subject: [PATCH] python312Packages.pytensor: 2.28.2 -> 2.28.3 Diff: https://github.com/pymc-devs/pytensor/compare/refs/tags/rel-2.28.2...rel-2.28.3 Changelog: https://github.com/pymc-devs/pytensor/releases/tag/red-2.28.3 --- 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 a0534abc0d92..d359937f282b 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.2"; + version = "2.28.3"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pytensor"; tag = "rel-${version}"; - hash = "sha256-ZLCIc4fB++B7oMo+jyt5XACG9N1XAwIzJJmIXDISWtA="; + hash = "sha256-MtY0JbziboJNHKe8wXaPtOWgFnpv8yQZeg6hNirnSEI="; }; pythonRelaxDeps = [