gnu: coq-equations: Update to 1.3-8.18.

* gnu/packages/coq.scm (coq-equations): Update to 1.3-8.18.

Change-Id: I42c9ae2499fa9d5234c21bff416a3d6e30382e93
This commit is contained in:
Zheng Junjie 2024-09-12 13:24:29 +08:00
parent 7bd8e290b5
commit 1a814b79ae
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -568,7 +568,7 @@ uses Ltac to synthesize the substitution operation.")
(define-public coq-equations (define-public coq-equations
(package (package
(name "coq-equations") (name "coq-equations")
(version "1.3-8.17") (version "1.3-8.18")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -577,7 +577,7 @@ uses Ltac to synthesize the substitution operation.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0g68h4c1ijpphixvl9wkd7sibds38v4236dpvvh194j5ii42vnn8")))) "1akxf2vafwyz6fi1djlc3g8mwxrjv0a99x4b08jwrbwxypv4xiph"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list ocaml coq camlp5)) (list ocaml coq camlp5))