gnu: coq-stdpp: Update to 1.5.0.
authorJulien Lepiller <julien@lepiller.eu>
Mon, 5 Jul 2021 21:41:16 +0000 (23:41 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Sat, 31 Jul 2021 21:06:14 +0000 (23:06 +0200)
* gnu/packages/coq.scm (coq-stdpp): Update to 1.5.0.

gnu/packages/coq.scm

index fa1f407..a18edde 100644 (file)
@@ -598,7 +598,7 @@ kernel.")
 (define-public coq-stdpp
   (package
     (name "coq-stdpp")
-    (version "1.4.0")
+    (version "1.5.0")
     (synopsis "Alternative Coq standard library std++")
     (source (origin
               (method git-fetch)
@@ -608,7 +608,7 @@ kernel.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1m6c7ibwc99jd4cv14v3r327spnfvdf3x2mnq51f9rz99rffk68r"))))
+                "1ym0fy620imah89p8b6rii8clx2vmnwcrbwxl3630h24k42092nf"))))
     (build-system gnu-build-system)
     (inputs
      `(("coq" ,coq)))