gnu: openspecfun: Update to 0.5.2.
* gnu/packages/maths.scm (openspecfun): Update to 0.5.2.
This commit is contained in:
parent
26f6e565a9
commit
49f54a7454
1 changed files with 2 additions and 2 deletions
|
@ -1911,7 +1911,7 @@ environments.")
|
||||||
(define-public openspecfun
|
(define-public openspecfun
|
||||||
(package
|
(package
|
||||||
(name "openspecfun")
|
(name "openspecfun")
|
||||||
(version "0.4")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1920,7 +1920,7 @@ environments.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nsa3jjmlhcqkw5ba5ypbn3n0c8b6lc22zzlxnmxkxi9shhdx65z"))))
|
"1y5b2h6f2k72536kym3vzy3li3bhpd23x463g7hdmjdi3cncavz1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no "check" target
|
'(#:tests? #f ;no "check" target
|
||||||
|
|
Reference in a new issue