mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mathics-core: Update to 8.0.1.
* gnu/packages/maths.scm (python-mathics-core): Update to 8.0.1. Change-Id: I97d568dbabde8d074525bc5e850f247d9e17fcfd
This commit is contained in:
parent
001d6121d8
commit
712aadb790
1 changed files with 2 additions and 2 deletions
|
@ -10922,7 +10922,7 @@ the Wolfram language.")
|
||||||
(define-public python-mathics-core
|
(define-public python-mathics-core
|
||||||
(package
|
(package
|
||||||
(name "python-mathics-core")
|
(name "python-mathics-core")
|
||||||
(version "8.0.0")
|
(version "8.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -10931,7 +10931,7 @@ the Wolfram language.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ymxwbjj51kplw94q17ha2cjs9vhv4b1cqd131mw1b5sxdrlig59"))))
|
"1ikgw3w3silxisih92g1wgcwb37k7qkwfmdv5r6yy4ki74qvyk5q"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; <https://github.com/pytest-dev/pytest/pull/10173> is missing .closed
|
`(;; <https://github.com/pytest-dev/pytest/pull/10173> is missing .closed
|
||||||
#:test-flags '("-s")
|
#:test-flags '("-s")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue