monego pushed a commit to branch master
in repository guix.

commit 9c67673d7bb9cdc43c1196b075447b57aff74039
Author: Vinicius Monego <[email protected]>
AuthorDate: Fri Dec 29 15:14:33 2023 -0300

    gnu: darktable: Update to 4.6.0.
    
    * gnu/packages/photo.scm (darktable): Update to 4.6.0.
    
    Change-Id: Ic64b02e8d191ba91fde1b95b9bcb4321a471dcba
---
 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 e8ae610dbf..48f1c38695 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -530,7 +530,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "4.4.2")
+    (version "4.6.0")
     (source
      (origin
        (method url-fetch)
@@ -538,7 +538,7 @@ photographic equipment.")
              "https://github.com/darktable-org/darktable/releases/";
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "167sdj8m3srj9h5hh9cf2kvfpp349sygkcdrfbjrqbnz9x1jh7f1"))))
+        (base32 "1hmcib37b5v8893d69i2qgvmbkmils8a0gn5dpg2462d43ijfjvj"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to