mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: frama-c: Update to 23.1.
* gnu/packages/maths.scm (frama-c): Update to 23.1.
This commit is contained in:
parent
26dd2321fe
commit
6516e88fe3
1 changed files with 3 additions and 3 deletions
|
@ -6970,14 +6970,14 @@ (define-public why3
|
|||
(define-public frama-c
|
||||
(package
|
||||
(name "frama-c")
|
||||
(version "22.0")
|
||||
(version "23.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://frama-c.com/download/frama-c-"
|
||||
version "-Titanium.tar.gz"))
|
||||
version "-Vanadium.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mq1fijka95ydrla486yr4w6wdl9l7vmp512s1q00b0p6lmfwmkh"))))
|
||||
"1rgkq9sg436smw005ag0j6y3xryhjn18a07m5wjfrfp0s1438nnj"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f; no test target in Makefile
|
||||
|
|
Loading…
Reference in a new issue