me
/
guix
Archived
1
0
Fork 0

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>
master
Jean-Pierre De Jesus DIAZ 2024-06-12 10:57:13 +02:00 committed by Andreas Enge
parent 00a898eb5a
commit d01ac858be
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -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))