From e721ada106ffa6000276ce8fd65b78ba1e2c33fc Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 26 May 2025 01:22:34 +0200 Subject: [PATCH] python312Packages.pytensor: 2.31.1 -> 2.31.2 Diff: https://github.com/pymc-devs/pytensor/compare/refs/tags/rel-2.31.1...rel-2.31.2 Changelog: https://github.com/pymc-devs/pytensor/releases/tag/rel-2.31.2 --- 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 be8e1f24826a..0fefe2c61c32 100644 --- a/pkgs/development/python-modules/pytensor/default.nix +++ b/pkgs/development/python-modules/pytensor/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "pytensor"; - version = "2.31.1"; + version = "2.31.2"; pyproject = true; src = fetchFromGitHub { @@ -42,7 +42,7 @@ buildPythonPackage rec { postFetch = '' sed -i 's/git_refnames = "[^"]*"/git_refnames = " (tag: ${src.tag})"/' $out/pytensor/_version.py ''; - hash = "sha256-R/qHLAqNbFqoi2MQeptlVE148cInVOpN5n/wGr1AB9M="; + hash = "sha256-dFqJm9/77Nelh//1FjLauPAAQSogDa2fd1JJjlVFWsY="; }; build-system = [