mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: povray: Update to 3.7.0.10.
* gnu/packages/graphics.scm (povray): Update to 3.7.0.10. [source]: Simplify snippet.
This commit is contained in:
parent
6e99158abb
commit
00feb9865a
1 changed files with 4 additions and 6 deletions
|
@ -1505,7 +1505,7 @@ in Julia).")
|
||||||
(define-public povray
|
(define-public povray
|
||||||
(package
|
(package
|
||||||
(name "povray")
|
(name "povray")
|
||||||
(version "3.7.0.8")
|
(version "3.7.0.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1514,13 +1514,11 @@ in Julia).")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q114n4m3r7qy3yn954fq7p46rg7ypdax5fazxr9yj1jklf1lh6z"))
|
"19bv962clwc6sk53kq8bqf77fh0v46afm2knjbki8yj0m1mnyyd0"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
;; Delete bundled libraries.
|
||||||
;; Delete bundled libraries.
|
'(delete-file-recursively "libraries"))))
|
||||||
(delete-file-recursively "libraries")
|
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake pkg-config))
|
(list autoconf automake pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue