mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: python-symengine: Update to 0.9.2.
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.9.2.
This commit is contained in:
parent
8a8ffd40e3
commit
38d024dc58
1 changed files with 2 additions and 2 deletions
|
@ -14575,13 +14575,13 @@ document.")
|
||||||
(define-public python-symengine
|
(define-public python-symengine
|
||||||
(package
|
(package
|
||||||
(name "python-symengine")
|
(name "python-symengine")
|
||||||
(version "0.6.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "symengine" version))
|
(uri (pypi-uri "symengine" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kn1w4dp9mrsq6kzmhf4pjmx3wicxc3dw1mwa924q8g48g77lr4c"))))
|
(base32 "0qjgdbnb10kfk7jdhxnzfl8cpaps81k8vap7gm7q9ym3pgslazhg"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cmake python-cython))
|
(list cmake python-cython))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue