guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: coq-flocq: Update to 4.0.0.


From: guix-commits
Subject: 01/06: gnu: coq-flocq: Update to 4.0.0.
Date: Fri, 11 Feb 2022 04:33:47 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 8a338de2766588f3efffd2ee608c85ff7f6877a3
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Feb 11 08:43:25 2022 +0100

    gnu: coq-flocq: Update to 4.0.0.
    
    * gnu/packages/coq.scm (coq-flocq): Update to 4.0.0.
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index b523ccb065..1cfb17f17c 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -229,7 +229,7 @@ provers.")
 (define-public coq-flocq
   (package
     (name "coq-flocq")
-    (version "3.4.2")
+    (version "4.0.0")
     (source
      (origin
        (method git-fetch)
@@ -239,7 +239,7 @@ provers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0j7vq7ifqcdaj2x881aha2rl51l2p72y1cn7r2xya0fjgsssfigy"))))
+         "159ykkhxz7zms28r4v8jjccapl5vv00csdz29mfy83lwrv5b6rwk"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake ocaml which coq))



reply via email to

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