summaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-03-21 11:43:00 -0400
committerLeo Famulari <leo@famulari.name>2018-03-21 11:43:16 -0400
commitab68cbf2ee1cd408c4914e1f1cd8fe849629e67f (patch)
tree48024f785c4bb617ea1a5ce6bb0159880327fa85 /gnu/packages/photo.scm
parent363ee7a3f4a489c1904616340e2b3db46ffc86c5 (diff)
downloadguix-patches-ab68cbf2ee1cd408c4914e1f1cd8fe849629e67f.tar
guix-patches-ab68cbf2ee1cd408c4914e1f1cd8fe849629e67f.tar.gz
gnu: rawtherapee: Update to 5.4.
* gnu/packages/photo.scm (rawtherapee): Update to 5.4.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r--gnu/packages/photo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 90bc365d05..e15c22d777 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -470,14 +470,14 @@ a complete panorama and stitch any series of overlapping pictures.")
(define-public rawtherapee
(package
(name "rawtherapee")
- (version "5.3")
+ (version "5.4")
(source (origin
(method url-fetch)
(uri (string-append "http://rawtherapee.com/shared/source/"
"rawtherapee-" version ".tar.xz"))
(sha256
(base32
- "1y1ygxqmqfp4zg8rcgrlfdc1597cyr5zqgp5zjpldhvwdfa9r5cp"))))
+ "1229hxqq824hcqg1hy2cfglsp7kjbhhis9m33ss39pgmrb1w227d"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no test suite