[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70567] [PATCH 3/7] gnu: why3: Update to 1.7.2.
From: |
Jean-Pierre De Jesus DIAZ |
Subject: |
[bug#70567] [PATCH 3/7] gnu: why3: Update to 1.7.2. |
Date: |
Thu, 25 Apr 2024 15:12:07 +0200 |
* gnu/packages/maths.scm (why3): Update to 1.7.2.
Change-Id: Ie5a40b31c2c418fafbdbba52e875ac25a26fb12b
---
gnu/packages/maths.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 361f2f7b68..5c7f3102f3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -63,6 +63,7 @@
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
;;; Copyright © 2023 Camilo Q.S. (Distopico) <distopico@riseup.net>
;;; Copyright © 2023 David Elsing <david.elsing@posteo.net>
+;;; Copyright © 2024 Foundation Devices, Inc. <hello@foundation.xyz>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -9388,7 +9389,7 @@ (define-public numdiff
(define-public why3
(package
(name "why3")
- (version "1.6.0")
+ (version "1.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9397,7 +9398,7 @@ (define-public why3
(file-name (git-file-name name version))
(sha256
(base32
- "0k3y98xzhrl44vwzq2m6k4nrllrwp3ll69lc2gfl8d77w0wg7gkp"))))
+ "0fq8wg8ji2v2ssz1d681glmk8glps1irnmdlhqfklaggx01hlf4p"))))
(build-system ocaml-build-system)
(native-inputs
(list autoconf automake coq ocaml which))
--
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 <=
- [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, 2024/04/25
- [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