guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: darktable: Update to 4.0.0.


From: guix-commits
Subject: 01/03: gnu: darktable: Update to 4.0.0.
Date: Thu, 7 Jul 2022 14:27:50 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 42224e36d177a4880f550cf97b91cb698a561462
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Mon Jul 4 12:03:09 2022 -0400

    gnu: darktable: Update to 4.0.0.
    
    * gnu/packages/photo.scm (darktable): Update to 4.0.0.
    
    Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
---
 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 447fc93f42..eda9eadca2 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -469,7 +469,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "3.8.1")
+    (version "4.0.0")
     (source
      (origin
        (method url-fetch)
@@ -477,7 +477,7 @@ photographic equipment.")
              "https://github.com/darktable-org/darktable/releases/";
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1"))))
+        (base32 "0bfcag6bj5vcmg4z4xjirs43iafcx89al6jl41i5mrhpjzszh5hl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"



reply via email to

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