diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-06 12:26:30 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:34 +0100 |
| commit | cd835b47fbe9048288baff70be4a49d7cbe71a2e (patch) | |
| tree | 50eb2b142e01b20b1b98ac135c94bee1bf995bb6 /gnu/packages/python-science.scm | |
| parent | 5fac60ce086773090a99234d2cf63ee8f670e88d (diff) | |
gnu: python-pytensor: Update to 3.2.4.
* gnu/packages/python-science.scm (python-pytensor): Update to 3.2.4.
Merges: guix/guix!10394
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index caa1ec7afd3..64140f70984 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -5638,7 +5638,7 @@ objects.") | |||
| 5638 | (define-public python-pytensor | 5638 | (define-public python-pytensor |
| 5639 | (package | 5639 | (package |
| 5640 | (name "python-pytensor") | 5640 | (name "python-pytensor") |
| 5641 | (version "2.36.3") | 5641 | (version "3.2.4") |
| 5642 | (source (origin | 5642 | (source (origin |
| 5643 | (method git-fetch) | 5643 | (method git-fetch) |
| 5644 | (uri (git-reference | 5644 | (uri (git-reference |
| @@ -5647,7 +5647,7 @@ objects.") | |||
| 5647 | (file-name (git-file-name name version)) | 5647 | (file-name (git-file-name name version)) |
| 5648 | (sha256 | 5648 | (sha256 |
| 5649 | (base32 | 5649 | (base32 |
| 5650 | "0m9nmwnn0ixrk9ml0yc6qjdcw0vmw7swfcw8vahyfmp70pirhimn")))) | 5650 | "0wqklzah9rysxnmf34zrj4njc1k79r9n9kbi1cnm6qj2dds6bm3d")))) |
| 5651 | (build-system pyproject-build-system) | 5651 | (build-system pyproject-build-system) |
| 5652 | (arguments | 5652 | (arguments |
| 5653 | (list | 5653 | (list |
