diff options
author | Vinicius Monego <monego@posteo.net> | 2025-02-15 12:39:01 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-02-15 21:48:42 -0300 |
commit | 61e60f048dd292bcc9de3e588b0dae931469939a (patch) | |
tree | 2ad92520f4eadb1f6214ebdd2ea43a0a5634acad | |
parent | b4782435b2d2afc56089bd57ad85517c196d2097 (diff) |
gnu: darktable: Update to 5.0.1.
* gnu/packages/photo.scm (darktable): Update to 5.0.1.
Change-Id: I99c9ef2174ea1972fa65bcbb404fa4f853e7fd99
-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 1468563ed4..c98d50e496 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -534,7 +534,7 @@ photographic equipment.") (define-public darktable (package (name "darktable") - (version "5.0.0") + (version "5.0.1") (source (origin (method url-fetch) @@ -542,7 +542,7 @@ photographic equipment.") "https://github.com/darktable-org/darktable/releases/" "download/release-" version "/darktable-" version ".tar.xz")) (sha256 - (base32 "18d37x4qlnhzbr372lxmi70vq6j4l2pnmql2f8957fr4wvk3d8ga")))) + (base32 "116rdmxl2csxysghm4h9h1rwms6pqcawf351czpq7adv9q4qv4aa")))) (build-system cmake-build-system) (arguments (list |