mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7bd8e290b5
commit
1a814b79ae
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue