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


From: Leo Famulari
Subject: 01/01: gnu: darktable: Update to 2.4.4.
Date: Wed, 6 Jun 2018 00:06:03 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit d83c9fcb7b610533f9dc447a534800f92826b54b
Author: Leo Famulari <address@hidden>
Date:   Wed Jun 6 00:05:28 2018 -0400

    gnu: darktable: Update to 2.4.4.
    
    * gnu/packages/photo.scm (darktable): Update to 2.4.4.
---
 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 6c3c116..f2d3d60 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -330,7 +330,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "2.4.3")
+    (version "2.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -339,7 +339,7 @@ photographic equipment.")
                     version "/darktable-" version ".tar.xz"))
               (sha256
                (base32
-                "1lq3xp7hhfhfwqrz0f2mrp3xywnpvb0nlw6lbm5cgx22s5xzri8x"))))
+                "0kdhmiw4wxk2w9v2hms9yk8nl4ymdshnqyj0l07nivzzr6w20hwn"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.



reply via email to

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