diff options
| author | Alex Devaure <ajadevaure@gmail.com> | 2025-08-23 07:59:24 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-28 21:32:47 +0200 |
| commit | 32148e9a3c23336d086143cdf1dfa613d775b15f (patch) | |
| tree | 418ad562db4659c2e07eb77625adc22986748f79 /gnu | |
| parent | e10c9046514cdaef614e957865bc615641997076 (diff) | |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/photo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 98192f34eaa..c91e92fca24 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 |
