gnu: metamath: Update to 0.192.
* gnu/packages/maths.scm (metamath): Update to 0.192. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
59659f59fb
commit
0a7acf95db
1 changed files with 2 additions and 2 deletions
|
@ -2668,7 +2668,7 @@ bindings to almost all functions of SLEPc.")
|
||||||
(define-public metamath
|
(define-public metamath
|
||||||
(package
|
(package
|
||||||
(name "metamath")
|
(name "metamath")
|
||||||
(version "0.183")
|
(version "0.192")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2677,7 +2677,7 @@ bindings to almost all functions of SLEPc.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jjf4fy6j53i40dh0yv0f9sngnw4gs24cig99vsg3q0303pwrhg7"))))
|
(base32 "1k31zw36h2b0w5r6sbn9qc0v4hj42vw53qlhf5l7q2h3p5qlzvic"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue