mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: frama-c: Update to 24.0.
* gnu/packages/maths.scm (frama-c): Update to 24.0.
This commit is contained in:
parent
bdf74dad1a
commit
2317a5e17f
1 changed files with 3 additions and 3 deletions
|
@ -7195,14 +7195,14 @@ (define-public why3
|
|||
(define-public frama-c
|
||||
(package
|
||||
(name "frama-c")
|
||||
(version "23.1")
|
||||
(version "24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://frama-c.com/download/frama-c-"
|
||||
version "-Vanadium.tar.gz"))
|
||||
version "-Chromium.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rgkq9sg436smw005ag0j6y3xryhjn18a07m5wjfrfp0s1438nnj"))))
|
||||
"0x1xgip50jdz1phsb9rzwf2ra8lshn1hmd9g967xia402wrg3sjf"))))
|
||||
(build-system ocaml-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f; no test target in Makefile
|
||||
|
|
Loading…
Reference in a new issue