[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: coq-equations: Update to 1.2.1.
From: |
guix-commits |
Subject: |
10/10: gnu: coq-equations: Update to 1.2.1. |
Date: |
Mon, 6 Jan 2020 22:09:39 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit cd5406effa34fa5cfda7eb7bbd2ccaf5201cf523
Author: Brett Gilio <address@hidden>
AuthorDate: Mon Jan 6 02:20:41 2020 -0600
gnu: coq-equations: Update to 1.2.1.
* gnu/packages/coq.scm (coq-equations): Update to 1.2.1.
[arguments]: Replace configure phase to run configure shell script. Remove
redundant COQLIB.
---
gnu/packages/coq.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 08e0584..0bb9ce7 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -549,16 +549,16 @@ uses Ltac to synthesize the substitution operation.")
(define-public coq-equations
(package
(name "coq-equations")
- (version "1.2")
+ (version "1.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mattam82/Coq-Equations.git")
- (commit (string-append "v" version "-8.9"))))
+ (commit (string-append "v" version "-8.10"))))
(file-name (git-file-name name version))
(sha256
(base32
- "1q3wvicr43bgy7xn1diwh4j43mnrhprrc2xd22qlbz9cl6bhf8bj"))))
+ "023q5dww3drw35dm9bi9p9d0wrj9k7vax7hfdsprf8l340pb4s0k"))))
(build-system gnu-build-system)
(native-inputs
`(("ocaml" ,ocaml)
@@ -570,10 +570,9 @@ uses Ltac to synthesize the substitution operation.")
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
- (invoke "coq_makefile" "-f" "_CoqProject" "-o" "Makefile")))
+ (invoke "sh" "./configure.sh")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
- (setenv "COQLIB" (string-append (assoc-ref outputs "out")
"/lib/coq/"))
(invoke "make"
(string-append "COQLIB=" (assoc-ref outputs "out")
"/lib/coq/")
- branch master updated (d977e24 -> cd5406e), guix-commits, 2020/01/06
- 02/10: gnu: coq: Reword several comments., guix-commits, 2020/01/06
- 06/10: gnu: coq-gappa: Use HTTPS home page URI., guix-commits, 2020/01/06
- 08/10: gnu: coq-coquelicot: Truncate home-page., guix-commits, 2020/01/06
- 04/10: gnu: coq-flocq: Use HTTPS home page URI., guix-commits, 2020/01/06
- 03/10: gnu: coq-flocq: Update to 3.2.0., guix-commits, 2020/01/06
- 05/10: gnu: coq-gappa: Update to 1.4.2., guix-commits, 2020/01/06
- 10/10: gnu: coq-equations: Update to 1.2.1.,
guix-commits <=
- 01/10: gnu: coq: Update to 8.10.2., guix-commits, 2020/01/06
- 07/10: gnu: coq-coquelicot: Update to 3.0.3., guix-commits, 2020/01/06
- 09/10: gnu: coq-interval: Update to 3.4.1., guix-commits, 2020/01/06