mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -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
|
||||
(package
|
||||
(name "python-symengine")
|
||||
(version "0.9.2")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "symengine" version))
|
||||
(sha256
|
||||
(base32 "0qjgdbnb10kfk7jdhxnzfl8cpaps81k8vap7gm7q9ym3pgslazhg"))))
|
||||
(base32 "0i97lb6h8jk0k98805mkw6id5r537469zbh2d95320azq9nfj824"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue