mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-pytensor: Update to 2.18.1.
* gnu/packages/python-science.scm (python-pytensor): Update to 2.18.1. Change-Id: I7992d8a00c378c008995df3d026c3e05c235ae6d
This commit is contained in:
parent
b3e9384499
commit
b2d433d485
1 changed files with 2 additions and 2 deletions
|
@ -868,7 +868,7 @@ (define-public python-xarray-einstats
|
||||||
(define-public python-pytensor
|
(define-public python-pytensor
|
||||||
(package
|
(package
|
||||||
(name "python-pytensor")
|
(name "python-pytensor")
|
||||||
(version "2.17.3")
|
(version "2.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -877,7 +877,7 @@ (define-public python-pytensor
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1694apl8gjdrl6hrfly9yixmfimmmh51vacxmxx63nn4k5qnsgbg"))))
|
"0qa0y13xfm6w7ry7gp0lv84c8blyg34a9ns7ynwqyhf9majq08s5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue