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.2.5.


From: Roel Janssen
Subject: 01/01: gnu: darktable: Update to 2.2.5.
Date: Wed, 14 Jun 2017 03:32:47 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit e407310431ca1f9a84546d75151324b840b9c6ee
Author: Roel Janssen <address@hidden>
Date:   Wed Jun 14 09:31:20 2017 +0200

    gnu: darktable: Update to 2.2.5.
    
    * gnu/packages/photo.scm (darktable): Update to 2.2.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 b68aea9..1fae0e4 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -310,7 +310,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "2.2.4")
+    (version "2.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -319,7 +319,7 @@ photographic equipment.")
                     version "/darktable-" version ".tar.xz"))
               (sha256
                (base32
-                "1n7rddkxwcifc3kcdlnar9w562xv4h78fqkkn27jihqzp3b4am5x"))))
+                "10gjzd4irxhladh4jyss9kgp627k8vgx2divipsb33pp6cms80z3"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.



reply via email to

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