diff options
author | Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> | 2024-06-12 10:57:13 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-06-16 10:15:36 +0200 |
commit | d01ac858bef92fd60408a7f21d6ad70dd159e0aa (patch) | |
tree | 03a4c9c56d8f0860d3f009caf5c7afecbdbc258b | |
parent | 00a898eb5a07f2b9d433a81eb2284f18a8011cc0 (diff) | |
download | guix-d01ac858bef92fd60408a7f21d6ad70dd159e0aa.tar.gz guix-d01ac858bef92fd60408a7f21d6ad70dd159e0aa.zip |
gnu: coq-stdpp: Update to 1.10.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.10.0.
Change-Id: Icea37b785c03196baa88a92ced3ac9dc25079546
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/coq.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 6ef81c6e2c..f0c09bdef9 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -645,7 +645,7 @@ also provided in Coq, without associated proofs.") (define-public coq-stdpp (package (name "coq-stdpp") - (version "1.8.0") + (version "1.10.0") (synopsis "Alternative Coq standard library std++") (source (origin (method git-fetch) @@ -655,7 +655,7 @@ also provided in Coq, without associated proofs.") (file-name (git-file-name name version)) (sha256 (base32 - "0xawh3xkh76yhs689zw52k55cbzga2gyzl4g1a3pgg6yy420chjn")))) + "0lnvdfn4qq2lyabiq4ikb5ya46f4jp59dynyprnhki0ay9xagz3d")))) (build-system gnu-build-system) (inputs (list coq)) |