From 6f9871b6ed3b45af49dfe97709cbf94f2dbff210 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 9 Apr 2025 16:05:48 +0200 Subject: [PATCH] python312Packages.pytensor: 2.30.2 -> 2.30.3 Diff: https://github.com/pymc-devs/pytensor/compare/refs/tags/rel-2.30.2...rel-2.30.3 Changelog: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.30.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 c03ba6542265..7a64582d6058 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.30.2"; + version = "2.30.3"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pytensor"; tag = "rel-${version}"; - hash = "sha256-l9/N6DFR8qTF4BiH+g6H32r0FkpL9Pjtn/xkiFYYJhU="; + hash = "sha256-Tsu+q3PeJSIVdW5wRB1RRk4oolXpj58ZbBQ20gaHJ7o="; }; build-system = [