guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: RawTherapee: Update to 5.8.


From: guix-commits
Subject: branch master updated: gnu: RawTherapee: Update to 5.8.
Date: Thu, 20 Feb 2020 15:00:37 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0dc1f65  gnu: RawTherapee: Update to 5.8.
0dc1f65 is described below

commit 0dc1f651a89518117382b9906762a9eaa431fa38
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Feb 20 14:31:37 2020 -0500

    gnu: RawTherapee: Update to 5.8.
    
    * gnu/packages/photo.scm (rawtherapee): Update to 5.8.
---
 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 0867433..3542a25 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -498,14 +498,14 @@ a complete panorama and stitch any series of overlapping 
pictures.")
 (define-public rawtherapee
   (package
     (name "rawtherapee")
-    (version "5.6")
+    (version "5.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://rawtherapee.com/shared/source/";
                                   "rawtherapee-" version ".tar.xz"))
               (sha256
                (base32
-                "0x0dcfp6f3j08gr11wq5ah4prp790xy4iadbgsm9kgc0jlalpspr"))))
+                "0lq8qi7g0a28h3rab7bk5bbbd4gvfma42bvlz1dfn8p9mah2h19n"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; no test suite



reply via email to

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