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