guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a956be67e21c82fd223572ec6fe1dfe648b2101b
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Jun 21 15:27:41 2025 -0300
gnu: darktable: Update to 5.2.0.
* gnu/packages/photo.scm (darktable): Update to 5.2.0.
Change-Id: I5a9d9d1666cfa0470b1b05959089b88491ff7430
---
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 227235e8a9..8ed11db95d 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -535,7 +535,7 @@ photographic equipment.")
(define-public darktable
(package
(name "darktable")
- (version "5.0.1")
+ (version "5.2.0")
(source
(origin
(method url-fetch)
@@ -543,7 +543,7 @@ photographic equipment.")
"https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz"))
(sha256
- (base32 "116rdmxl2csxysghm4h9h1rwms6pqcawf351czpq7adv9q4qv4aa"))))
+ (base32 "1imyk611wz0zxp03w91lhsxkj5hqgi0apx5bqj2q84gpdva6r92k"))))
(build-system cmake-build-system)
(arguments
(list