diff options
author | Alex Devaure <ajadevaure@gmail.com> | 2024-07-02 20:04:33 +0100 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2024-07-03 09:30:09 -0500 |
commit | cf6f06b4461867f32d70354e8799516f991075e1 (patch) | |
tree | ea349b1e7d1609ced6874dc0cff4ed3608172fc9 /gnu/packages | |
parent | bab73e413b3421f4aa051e9438d147040a52e1be (diff) | |
download | guix-cf6f06b4461867f32d70354e8799516f991075e1.tar.gz guix-cf6f06b4461867f32d70354e8799516f991075e1.zip |
gnu: darktable: Update to 4.8.0.
* gnu/packages/photo.scm (darktable): Update to 4.8.0.
Change-Id: I36df2b5a96f24488ebc1c491571a954af14d9e3f
Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/packages')
-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 e69721ef10..4d29535054 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.6.1") + (version "4.8.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 "1zbsrx5cfyifzbi657izw8rfkgd9pm4hx8afv8y2sgi9f2hc1v8n")))) + (base32 "0mcjgz8kmsmj5icik3zsrk61qg9dafswch93bw3y8w2j07llk621")))) (build-system cmake-build-system) (arguments (list |