me
/
guix
Archived
1
0
Fork 0

gnu: frama-c: Update to 24.0.

* gnu/packages/maths.scm (frama-c): Update to 24.0.
master
Julien Lepiller 2021-12-22 02:07:02 +01:00
parent bdf74dad1a
commit 2317a5e17f
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 3 additions and 3 deletions

View File

@ -7195,14 +7195,14 @@ of C, Java, or Ada programs.")
(define-public frama-c (define-public frama-c
(package (package
(name "frama-c") (name "frama-c")
(version "23.1") (version "24.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://frama-c.com/download/frama-c-" (uri (string-append "http://frama-c.com/download/frama-c-"
version "-Vanadium.tar.gz")) version "-Chromium.tar.gz"))
(sha256 (sha256
(base32 (base32
"1rgkq9sg436smw005ag0j6y3xryhjn18a07m5wjfrfp0s1438nnj")))) "0x1xgip50jdz1phsb9rzwf2ra8lshn1hmd9g967xia402wrg3sjf"))))
(build-system ocaml-build-system) (build-system ocaml-build-system)
(arguments (arguments
`(#:tests? #f; no test target in Makefile `(#:tests? #f; no test target in Makefile