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:
B. Wilson 2020-09-08 18:01:34 +09:00 committed by Efraim Flashner
parent 59659f59fb
commit 0a7acf95db
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2668,7 +2668,7 @@ (define-public python-slepc4py
(define-public metamath
(package
(name "metamath")
(version "0.183")
(version "0.192")
(source
(origin
(method git-fetch)
@ -2677,7 +2677,7 @@ (define-public metamath
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1jjf4fy6j53i40dh0yv0f9sngnw4gs24cig99vsg3q0303pwrhg7"))))
(base32 "1k31zw36h2b0w5r6sbn9qc0v4hj42vw53qlhf5l7q2h3p5qlzvic"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)