This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 32148e9a3c gnu: darktable: Update to 5.2.1.
32148e9a3c is described below

commit 32148e9a3c23336d086143cdf1dfa613d775b15f
Author: Alex Devaure <[email protected]>
AuthorDate: Sat Aug 23 07:59:24 2025 +0100

    gnu: darktable: Update to 5.2.1.
    
    * gnu/packages/photo.scm (darktable): Update to 5.2.1.
    
    Change-Id: Ifb4797ffaa9fe602b583b5c08769ca7648d2b965
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 98192f34ea..c91e92fca2 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -570,7 +570,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "5.2.0")
+    (version "5.2.1")
     (source
      (origin
        (method url-fetch)
@@ -578,7 +578,7 @@ photographic equipment.")
              "https://github.com/darktable-org/darktable/releases/";
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "1imyk611wz0zxp03w91lhsxkj5hqgi0apx5bqj2q84gpdva6r92k"))))
+        (base32 "04gfcislcq2wymfqcir5bpwqfarcz5gynkn3ajyffj9rx6damw82"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to