summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-15 16:07:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-15 16:07:09 +0000
commit0cc1e61d8736c508bf24ef4eb44c33d566b7d1ea (patch)
tree0f9e53f0c63819ce07b91148a2ea099b418d7ef1
parentMerge pull request #259973 from r-ryantm/auto-update/levant (diff)
downloadnixpkgs-0cc1e61d8736c508bf24ef4eb44c33d566b7d1ea.tar.gz
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 = ''