guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#43247] [PATCH] gnu: coq-equations: Update to patch release


From: Robin Green
Subject: [bug#43247] [PATCH] gnu: coq-equations: Update to patch release
Date: Sun, 6 Sep 2020 17:34:22 +0100

* gnu/packages/coq.scm (coq-equations): Update to patch release
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 166e66c09e..8f98017520 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -553,11 +553,11 @@ uses Ltac to synthesize the substitution operation.")
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/mattam82/Coq-Equations";)
-                    (commit (string-append "v" version "-8.10"))))
+                    (commit (string-append "v" version "-8.10-2"))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "023q5dww3drw35dm9bi9p9d0wrj9k7vax7hfdsprf8l340pb4s0k"))))
+                "0j3z4l5nrbyi9zbbyqkc6kassjanwld2188mwmrbqspaypm2ys68"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("ocaml"  ,ocaml)
-- 
2.27.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]