diff mbox series

[bug#35870] gnu: coq-equations: Update to 1.2.

Message ID 20190523165802.16265-1-dfrumin@cs.ru.nl
State Accepted
Headers show
Series [bug#35870] gnu: coq-equations: Update to 1.2. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Dan Frumin May 23, 2019, 4:58 p.m. UTC
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Marius Bakke May 26, 2019, 8:23 a.m. UTC | #1
Pushed in 414f545ee6f541d3b46839663b01f048fe812b76, thanks!
diff mbox series

Patch

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 4f592622f5..51e56c1d98 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -498,7 +498,7 @@  uses Ltac to synthesize the substitution operation.")
 (define-public coq-equations
   (package
     (name "coq-equations")
-    (version "1.2-beta2")
+    (version "1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -507,7 +507,7 @@  uses Ltac to synthesize the substitution operation.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0y2zwv7jxs1crprj5qvg46h0v9wyfn99ln40yskq91y9h1lj5h3j"))))
+                "1q3wvicr43bgy7xn1diwh4j43mnrhprrc2xd22qlbz9cl6bhf8bj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("ocaml"  ,ocaml)