diff options
author | Leo Famulari <leo@famulari.name> | 2018-03-22 12:01:16 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-03-22 12:10:55 -0400 |
commit | 10e2ee7887487be628f9f3e136c9f543608a36a9 (patch) | |
tree | c3919bb9bfc5e9ea941da284511ec3041c685299 /gnu | |
parent | 618050a126aa8822ab889bbb6ac7ca54d7734c51 (diff) | |
download | patches-10e2ee7887487be628f9f3e136c9f543608a36a9.tar patches-10e2ee7887487be628f9f3e136c9f543608a36a9.tar.gz |
gnu: darktable: Update to 2.4.2.
* gnu/packages/photo.scm (darktable): Update to 2.4.2.
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 e15c22d777..1a3b895b18 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -330,7 +330,7 @@ photographic equipment.") (define-public darktable (package (name "darktable") - (version "2.4.0") + (version "2.4.2") (source (origin (method url-fetch) (uri (string-append @@ -339,7 +339,7 @@ photographic equipment.") version "/darktable-" version ".tar.xz")) (sha256 (base32 - "0y0q7a7k09sbg05k5xl1lz8n2ak1v8yarfv222ksvmbrxs53hdwx")))) + "10asz918kv2248px3w9bn5k8cfrad5xrci58x9y61l0yf5hcpk0r")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; There are no tests. |