mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: python-symengine: Update to 0.10.0.
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.10.0.
This commit is contained in:
parent
49a51509f6
commit
9bb27335d9
1 changed files with 2 additions and 2 deletions
|
@ -15688,13 +15688,13 @@ (define-public python-jmespath
|
||||||
(define-public python-symengine
|
(define-public python-symengine
|
||||||
(package
|
(package
|
||||||
(name "python-symengine")
|
(name "python-symengine")
|
||||||
(version "0.9.2")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "symengine" version))
|
(uri (pypi-uri "symengine" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qjgdbnb10kfk7jdhxnzfl8cpaps81k8vap7gm7q9ym3pgslazhg"))))
|
(base32 "0i97lb6h8jk0k98805mkw6id5r537469zbh2d95320azq9nfj824"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue