From 1a814b79ae54567b82359325530260c272fc9d4e Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Thu, 12 Sep 2024 13:24:29 +0800 Subject: [PATCH] gnu: coq-equations: Update to 1.3-8.18. * gnu/packages/coq.scm (coq-equations): Update to 1.3-8.18. Change-Id: I42c9ae2499fa9d5234c21bff416a3d6e30382e93 --- 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 ffd8560a489..e3212a88ef5 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -568,7 +568,7 @@ uses Ltac to synthesize the substitution operation.") (define-public coq-equations (package (name "coq-equations") - (version "1.3-8.17") + (version "1.3-8.18") (source (origin (method git-fetch) (uri (git-reference @@ -577,7 +577,7 @@ uses Ltac to synthesize the substitution operation.") (file-name (git-file-name name version)) (sha256 (base32 - "0g68h4c1ijpphixvl9wkd7sibds38v4236dpvvh194j5ii42vnn8")))) + "1akxf2vafwyz6fi1djlc3g8mwxrjv0a99x4b08jwrbwxypv4xiph")))) (build-system gnu-build-system) (native-inputs (list ocaml coq camlp5))