guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: RawTherapee: Update to 5.5.


From: guix-commits
Subject: 01/01: gnu: RawTherapee: Update to 5.5.
Date: Mon, 17 Dec 2018 19:58:59 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ed411eb2b86c7970b4fc437b9904df8a11990926
Author: Leo Famulari <address@hidden>
Date:   Mon Dec 17 19:50:13 2018 -0500

    gnu: RawTherapee: Update to 5.5.
    
    * gnu/packages/photo.scm (rawtherapee): Update to 5.5.
---
 gnu/packages/photo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 9410d17..7b40c23 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -493,14 +493,14 @@ a complete panorama and stitch any series of overlapping 
pictures.")
 (define-public rawtherapee
   (package
     (name "rawtherapee")
-    (version "5.4")
+    (version "5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://rawtherapee.com/shared/source/";
                                   "rawtherapee-" version ".tar.xz"))
               (sha256
                (base32
-                "1229hxqq824hcqg1hy2cfglsp7kjbhhis9m33ss39pgmrb1w227d"))))
+                "1w28a2rnxnw8hs7s8x8zkccgi5z5y653602jg7g86lfx6zxwjsf1"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]