diff mbox series

[bug#64249,v7,07/12] gnu: Update coq-stdpp to 1.8.0.

Message ID d46c5cc3c96596d308b7d20ee78e4d616da1b94e.1698162760.git.pukkamustard@posteo.net
State New
Headers show
Series gnu: ocaml: Update to 4.14.1 - The one for CI | expand

Commit Message

pukkamustard Oct. 24, 2023, 4 p.m. UTC
* gnu/packages/coq.scm (coq-stdpp): Update to 1.8.0.
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 5ce4880f4b..4a929c6bed 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -642,7 +642,7 @@  (define-public coq-semantics
 (define-public coq-stdpp
   (package
     (name "coq-stdpp")
-    (version "1.7.0")
+    (version "1.8.0")
     (synopsis "Alternative Coq standard library std++")
     (source (origin
               (method git-fetch)
@@ -652,7 +652,7 @@  (define-public coq-stdpp
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0447wbzm23f9rl8byqf6vglasfn6c1wy6cxrrwagqjwsh3i5lx8y"))))
+                "0xawh3xkh76yhs689zw52k55cbzga2gyzl4g1a3pgg6yy420chjn"))))
     (build-system gnu-build-system)
     (inputs
      (list coq))