[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70567] [PATCH 7/7] gnu: frama-c: Update to 28.1.
From: |
Jean-Pierre De Jesus DIAZ |
Subject: |
[bug#70567] [PATCH 7/7] gnu: frama-c: Update to 28.1. |
Date: |
Thu, 25 Apr 2024 15:12:11 +0200 |
* gnu/packages/maths.scm (frama-c): Update to 28.1.
Change-Id: I0ce0d0a7db4d017ba1f5028e73c931ceb706fce5
---
gnu/packages/maths.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9bf2f64cbb..abbf854f41 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9457,14 +9457,14 @@ (define-public why3
(define-public frama-c
(package
(name "frama-c")
- (version "27.1")
+ (version "28.1")
(source (origin
(method url-fetch)
(uri (string-append "http://frama-c.com/download/frama-c-"
- version "-Cobalt.tar.gz"))
+ version "-Nickel.tar.gz"))
(sha256
(base32
- "1lirkvhf5m53d33l0aw5jzc1fyzkwx5fkgh9g71732d52r55f4sv"))))
+ "14zmwghwhcryvri7k91vc1yampvxvhg36vwjxf64d8kx7dsbq802"))))
(build-system dune-build-system)
(arguments
`(#:phases
@@ -9487,6 +9487,7 @@ (define-public frama-c
ocaml-ppx-deriving-yojson
ocaml-ppx-deriving-yaml
ocaml-ppx-import
+ ocaml-unionfind
why3))
(native-inputs (list dune-site time ocaml-menhir ocaml-graph))
(native-search-paths
--
2.41.0
- [bug#70567] [PATCH 0/7] frama-c: Update to 28.1., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [bug#70567] [PATCH 1/7] gnu: ocaml-lablgtk3-sourceview3: Fix inputs., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [bug#70567] [PATCH 3/7] gnu: why3: Update to 1.7.2., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [bug#70567] [PATCH 5/7] gnu: why3: Enable extra features., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [bug#70567] [PATCH 6/7] gnu: Add ocaml-unionfind., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [bug#70567] [PATCH 2/7] gnu: coq-flocq: Update to 4.1.4., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [bug#70567] [PATCH 7/7] gnu: frama-c: Update to 28.1.,
Jean-Pierre De Jesus DIAZ <=
- [bug#70567] [PATCH 4/7] gnu: why3: Use new style., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [bug#70567] [PATCH 0/7] frama-c: Update to 28.1., Julien Lepiller, 2024/04/25
- [bug#70567] [PATCH 0/7] frama-c: Update to 28.1., Arnaud Daby-Seesaram, 2024/04/25