guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: darktable: Update to 2.4.0.


From: Leo Famulari
Subject: 01/01: gnu: darktable: Update to 2.4.0.
Date: Mon, 25 Dec 2017 20:54:05 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 7153627946f621d6ff57ac9be588af38cd9c1111
Author: Leo Famulari <address@hidden>
Date:   Mon Dec 25 20:48:01 2017 -0500

    gnu: darktable: Update to 2.4.0.
    
    * gnu/packages/photo.scm (darktable): Update to 2.4.0.
---
 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 40f3a4e..a78e27b 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -326,7 +326,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "2.2.5")
+    (version "2.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -335,7 +335,7 @@ photographic equipment.")
                     version "/darktable-" version ".tar.xz"))
               (sha256
                (base32
-                "10gjzd4irxhladh4jyss9kgp627k8vgx2divipsb33pp6cms80z3"))))
+                "0y0q7a7k09sbg05k5xl1lz8n2ak1v8yarfv222ksvmbrxs53hdwx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.



reply via email to

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