gnu: coin3d: Update to 4.0.2.
* gnu/packages/graphics.scm (coin3d): Update to 4.0.2. Change-Id: I0ca8cd6eff933a764005447d648ca2f020d8ee7f Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
39689ffd30
commit
37579d04dc
1 changed files with 3 additions and 3 deletions
|
@ -1955,17 +1955,17 @@ or by subtracting one shape from the other.")
|
||||||
(define-public coin3d
|
(define-public coin3d
|
||||||
(package
|
(package
|
||||||
(name "coin3d")
|
(name "coin3d")
|
||||||
(version "4.0.0")
|
(version "4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/coin3d/coin")
|
(url "https://github.com/coin3d/coin")
|
||||||
(commit (string-append "Coin-" version))
|
(commit (string-append "v" version))
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ayg0hl8wanhadahm5xbghghxw1qjwqbrs3dl3ngnff027hsyf8p"))
|
(base32 "1p59q67zc45pwicknsccvmby09snhz35725wr3xsh2v6kxza76a4"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Reference in a new issue