summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-16 12:33:42 -0400
committerGitHub <noreply@github.com>2023-10-16 12:33:42 -0400
commit22b67994361ee9cafb299d80298f0f0e0f2cb0d3 (patch)
tree2e5de991f9b55f099bf9baf53465b881dab1435d
parentMerge pull request #261275 from dotlambda/rymdport-3.5.1 (diff)
parentpython310Packages.pytensor: 2.17.1 -> 2.17.2 (diff)
downloadnixpkgs-22b67994361ee9cafb299d80298f0f0e0f2cb0d3.tar.gz
Merge pull request #261248 from r-ryantm/auto-update/python310Packages.pytensor
python310Packages.pytensor: 2.17.1 -> 2.17.2
-rw-r--r--pkgs/development/python-modules/pytensor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytensor/default.nix b/pkgs/development/python-modules/pytensor/default.nix
index b3472f306ebb..dcb41604102f 100644
--- a/pkgs/development/python-modules/pytensor/default.nix
+++ b/pkgs/development/python-modules/pytensor/default.nix
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pytensor";
- version = "2.17.1";
+ version = "2.17.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "pymc-devs";
repo = "pytensor";
rev = "refs/tags/rel-${version}";
- hash = "sha256-xXS0uNR5rlmUjt9/TW/X/pQc5MS/MwHSQGCp7BkAVYg=";
+ hash = "sha256-u1CbOjU3rQ6G3SSwYR3UlebymkupGMJWID4RH4v9PIk=";
};
postPatch = ''