From d77c2bf8da8ade91dab5473f12db9113cb40245b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 4 Mar 2025 08:19:54 +0100 Subject: [PATCH] python312Packages.pytensor: 2.28.1 -> 2.28.2 Diff: https://github.com/pymc-devs/pytensor/compare/refs/tags/rel-2.28.1...rel-2.28.2 Changelog: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.28.2 --- pkgs/development/python-modules/pytensor/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix index de6cddf923c6..a0534abc0d92 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.1"; + version = "2.28.2"; pyproject = true; src = fetchFromGitHub { owner = "pymc-devs"; repo = "pytensor"; tag = "rel-${version}"; - hash = "sha256-vDgGcTDvtAxkEln4x43wZnMvn24mFzGfbxHd8Ny2/VQ="; + hash = "sha256-ZLCIc4fB++B7oMo+jyt5XACG9N1XAwIzJJmIXDISWtA="; }; pythonRelaxDeps = [ @@ -163,7 +163,7 @@ buildPythonPackage rec { description = "Python library to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays"; mainProgram = "pytensor-cache"; homepage = "https://github.com/pymc-devs/pytensor"; - changelog = "https://github.com/pymc-devs/pytensor/releases/tag/${src.tag}"; + changelog = "https://github.com/pymc-devs/pytensor/releases/tag/red-${version}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ bcdarwin