diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-10-16 12:33:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-16 12:33:42 -0400 |
| commit | 22b67994361ee9cafb299d80298f0f0e0f2cb0d3 (patch) | |
| tree | 2e5de991f9b55f099bf9baf53465b881dab1435d | |
| parent | Merge pull request #261275 from dotlambda/rymdport-3.5.1 (diff) | |
| parent | python310Packages.pytensor: 2.17.1 -> 2.17.2 (diff) | |
| download | nixpkgs-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.nix | 4 |
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 = '' |
