guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 522a1d9bafce3786bf47a92bf5f8837701e5b8d4
Author: Vinicius Monego <[email protected]>
AuthorDate: Wed Dec 24 12:58:24 2025 -0300

    gnu: darktable: Update to 5.4.0.
    
    * gnu/packages/photo.scm (darktable): Update to 5.4.0.
    
    Change-Id: Icddfad364b890d039c03c29b137bda69a8949e5d
---
 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 8afa755dc6..29f5ddd923 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -590,7 +590,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "5.2.1")
+    (version "5.4.0")
     (source
      (origin
        (method url-fetch)
@@ -598,7 +598,7 @@ photographic equipment.")
              "https://github.com/darktable-org/darktable/releases/";
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "04gfcislcq2wymfqcir5bpwqfarcz5gynkn3ajyffj9rx6damw82"))))
+        (base32 "05ivr9ma83k6zlkyklhrxs1kmq3ry428hgf3177layfjg3mbmw1b"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to