mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: RawTherapee: Update to 5.8.
* gnu/packages/photo.scm (rawtherapee): Update to 5.8.
This commit is contained in:
parent
bf8dfe3df0
commit
0dc1f651a8
1 changed files with 2 additions and 2 deletions
|
@ -498,14 +498,14 @@ (define-public hugin
|
||||||
(define-public rawtherapee
|
(define-public rawtherapee
|
||||||
(package
|
(package
|
||||||
(name "rawtherapee")
|
(name "rawtherapee")
|
||||||
(version "5.6")
|
(version "5.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://rawtherapee.com/shared/source/"
|
(uri (string-append "http://rawtherapee.com/shared/source/"
|
||||||
"rawtherapee-" version ".tar.xz"))
|
"rawtherapee-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x0dcfp6f3j08gr11wq5ah4prp790xy4iadbgsm9kgc0jlalpspr"))))
|
"0lq8qi7g0a28h3rab7bk5bbbd4gvfma42bvlz1dfn8p9mah2h19n"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no test suite
|
'(#:tests? #f ; no test suite
|
||||||
|
|
Loading…
Reference in a new issue