[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70567] [PATCH 2/7] gnu: coq-flocq: Update to 4.1.4.
From: |
Jean-Pierre De Jesus DIAZ |
Subject: |
[bug#70567] [PATCH 2/7] gnu: coq-flocq: Update to 4.1.4. |
Date: |
Thu, 25 Apr 2024 15:12:06 +0200 |
* gnu/packages/coq.scm (coq-flocq): Update to 4.1.4.
Change-Id: Ia2bf4bccad712a7bfa5427ef26ad93d39f1fc6e0
---
gnu/packages/coq.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 105b942ad3..11d6b034f1 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2022 Garek Dyszel <garekdyszel@disroot.org>
+;;; Copyright © 2024 Foundation Devices, Inc. <hello@foundation.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -217,7 +218,7 @@ (define-public proof-general
(define-public coq-flocq
(package
(name "coq-flocq")
- (version "4.1.1")
+ (version "4.1.4")
(source
(origin
(method git-fetch)
@@ -227,7 +228,7 @@ (define-public coq-flocq
(file-name (git-file-name name version))
(sha256
(base32
- "01x38w58j95ba9679vpb5wv4bvfnrapd5dzjqlyz8k7i8a9sfqn0"))))
+ "08vrh0h909vmam1b4gfrvcmamnhmr5g0x79zx98hn7cx0vdwysh7"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake ocaml which coq))
--
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 <=
- [bug#70567] [PATCH 7/7] gnu: frama-c: Update to 28.1., Jean-Pierre De Jesus DIAZ, 2024/04/25
- [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