me
/
guix
Archived
1
0
Fork 0

gnu: python-symengine: Update to 0.11.0.

* gnu/packages/python-xyz.scm (python-symengine): Update to 0.11.0.
[native-inputs]: Replace python-cython with python-cython-3.

Change-Id: Ieab464491e3df6e2bdb5b552cbf48ebf67ff81e4
master
Vinicius Monego 2023-12-04 20:08:33 -03:00
parent eb1d80ac77
commit 9f918e9c48
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@
;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
;;; Copyright © 2020 Yuval Kogman <nothingmuch@woobling.org>
;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020, 2021, 2022, 2023 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020, 2021, 2022, 2023, 2024 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
;;; Copyright © 2020 Hendursaga <hendursaga@yahoo.com>
;;; Copyright © 2020 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
@ -17745,13 +17745,13 @@ document.")
(define-public python-symengine
(package
(name "python-symengine")
(version "0.10.0")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "symengine" version))
(sha256
(base32 "0i97lb6h8jk0k98805mkw6id5r537469zbh2d95320azq9nfj824"))))
(base32 "0n54rdpmz3bmxrbjqflmlrgc27rvik1jkv6x3cjvgsq4p0lhvlqd"))))
(build-system python-build-system)
(arguments
(list
@ -17765,7 +17765,7 @@ document.")
(invoke "nosetests" "-v" "symengine.tests"))
(format #t "test suite not run~%")))))))
(native-inputs
(list cmake python-cython python-nose))
(list cmake python-cython-3 python-nose))
(inputs
(list symengine))
(home-page "https://github.com/symengine/symengine.py")