mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: cgal: Update to 5.6.1.
* gnu/packages/graphics.scm (cgal): Update to 5.6.1. Change-Id: Id909fc7be5d421496e6a3cd87d366f437f76bcfa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
487dd0077f
commit
adea135c8c
1 changed files with 2 additions and 2 deletions
|
@ -775,7 +775,7 @@ (define-public openshadinglanguage
|
|||
(define-public cgal
|
||||
(package
|
||||
(name "cgal")
|
||||
(version "5.2.2")
|
||||
(version "5.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -783,7 +783,7 @@ (define-public cgal
|
|||
"/CGAL-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yjzq12ivizp23y7zqm30x20psv9gzwbcdrhyd3f7h0ds94m1c40"))))
|
||||
"0dsqvnyd2ic50pr28gfz34bpnyx3i2csf1rikmc661hywdz5xcfd"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue