[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: cgal: Update to 4.14.2.
From: |
guix-commits |
Subject: |
06/06: gnu: cgal: Update to 4.14.2. |
Date: |
Sat, 9 Nov 2019 19:35:46 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 632c6f2e6e25da2ab335a9f3592956221bc742ed
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 10 01:33:48 2019 +0100
gnu: cgal: Update to 4.14.2.
* gnu/packages/graphics.scm (cgal): Update to 4.14.2.
---
gnu/packages/graphics.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f038f1d..4f1c50b 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -291,7 +291,7 @@ more.")
(define-public cgal
(package
(name "cgal")
- (version "4.8.1")
+ (version "4.14.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -299,14 +299,10 @@ more.")
"CGAL-" version "/CGAL-" version ".tar.xz"))
(sha256
(base32
- "1c41yzl2jg3d6zx5k0iccwqwibp950q7dr7z7pp4xi9wlph3c87s"))))
+ "08lrp3hfwdypggz4138bnkh6bjxn441zg2y9xnq5mrjfc5ini6w1"))))
(build-system cmake-build-system)
(arguments
- '(;; "RelWithDebInfo" is not supported.
- #:build-type "Release"
-
- ;; No 'test' target.
- #:tests? #f))
+ '(#:tests? #f)) ; no test target
(inputs
`(("mpfr" ,mpfr)
("gmp" ,gmp)
- branch master updated (4c003c5 -> 632c6f2), guix-commits, 2019/11/09
- 05/06: gnu: cgal: Use HTTPS home page., guix-commits, 2019/11/09
- 03/06: gnu: faad2: Update to 2.8.6., guix-commits, 2019/11/09
- 06/06: gnu: cgal: Update to 4.14.2.,
guix-commits <=
- 04/06: gnu: faad2: Use HTTPS home page., guix-commits, 2019/11/09
- 01/06: gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI., guix-commits, 2019/11/09
- 02/06: gnu: xfce4-whiskermenu-plugin: Update to 2.3.4., guix-commits, 2019/11/09