guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: frama-c: Update to 23.1.


From: guix-commits
Subject: 04/09: gnu: frama-c: Update to 23.1.
Date: Thu, 7 Oct 2021 22:34:42 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 6516e88fe34f4cb12658651ef69e462fbc7ffe72
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Oct 8 03:48:35 2021 +0200

    gnu: frama-c: Update to 23.1.
    
    * gnu/packages/maths.scm (frama-c): Update to 23.1.
---
 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 2c7202b..038ca55 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6970,14 +6970,14 @@ of C, Java, or Ada programs.")
 (define-public frama-c
   (package
     (name "frama-c")
-    (version "22.0")
+    (version "23.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://frama-c.com/download/frama-c-";
-                                  version "-Titanium.tar.gz"))
+                                  version "-Vanadium.tar.gz"))
               (sha256
                (base32
-                "1mq1fijka95ydrla486yr4w6wdl9l7vmp512s1q00b0p6lmfwmkh"))))
+                "1rgkq9sg436smw005ag0j6y3xryhjn18a07m5wjfrfp0s1438nnj"))))
     (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]