guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: frama-c: Update to 24.0.


From: guix-commits
Subject: branch master updated: gnu: frama-c: Update to 24.0.
Date: Tue, 21 Dec 2021 20:07:53 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2317a5e  gnu: frama-c: Update to 24.0.
2317a5e is described below

commit 2317a5e17fe643328c5fed0d6ea0e542703c0ace
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Dec 22 02:07:02 2021 +0100

    gnu: frama-c: Update to 24.0.
    
    * gnu/packages/maths.scm (frama-c): Update to 24.0.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c35e7cd..91aa60e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7195,14 +7195,14 @@ of C, Java, or Ada programs.")
 (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



reply via email to

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