guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]