mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-symengine: Update to 0.14.0.
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.14.0. Change-Id: Icc30694b6e9061940568eb77434d30f231cfff3b
This commit is contained in:
parent
0c366ac1a4
commit
39a36fbd5a
1 changed files with 2 additions and 2 deletions
|
@ -20506,13 +20506,13 @@ document.")
|
|||
(define-public python-symengine
|
||||
(package
|
||||
(name "python-symengine")
|
||||
(version "0.13.0")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "symengine" version))
|
||||
(sha256
|
||||
(base32 "0k61j333kpxf23c92hnc0svjywylffx72arcf1wjbwgbjy4a10xb"))))
|
||||
(base32 "1np271qg2bnn32h52p0b102ybamjn9vaxpmsycx345zik327dp6r"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue