gnu: why3: Update to 1.4.1.

* gnu/packages/maths.scm (why3): Update to 1.4.1.
This commit is contained in:
Julien Lepiller 2022-03-02 08:47:53 +01:00
parent 21326a9db4
commit 8fc4cfd3ce
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -7136,7 +7136,7 @@ (define-public numdiff
(define-public why3
(package
(name "why3")
(version "1.4.0")
(version "1.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7145,7 +7145,7 @@ (define-public why3
(file-name (git-file-name name version))
(sha256
(base32
"0pfsiddnk26f384wbazfpgzh1n1ibf3xq101q74mxvczi7z0a791"))))
"1yca6mx8bjm8x0i594ivh31aw45s6fbimmwfj8g2v9zwrgmr1i4s"))))
(build-system ocaml-build-system)
(native-inputs
(list autoconf automake coq ocaml which))