mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue