diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 03:11:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 03:11:50 +0200 |
commit | c2e76b7082ee5af27765b0d3ac50810e076fe514 (patch) | |
tree | 3a8c76c89cd182d194701eabd09710131cd9709f /gnu/packages/photo.scm | |
parent | 5b292eac73d6dbc88b79a5ba9e122fca0b8af345 (diff) | |
download | patches-c2e76b7082ee5af27765b0d3ac50810e076fe514.tar patches-c2e76b7082ee5af27765b0d3ac50810e076fe514.tar.gz |
gnu: darktable: Update to 2.4.3.
* gnu/packages/photo.scm (darktable): Update to 2.4.3.
Diffstat (limited to 'gnu/packages/photo.scm')
-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 d56cd6ecce..2c0c2313f4 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.2") + (version "2.4.3") (source (origin (method url-fetch) (uri (string-append @@ -339,7 +339,7 @@ photographic equipment.") version "/darktable-" version ".tar.xz")) (sha256 (base32 - "10asz918kv2248px3w9bn5k8cfrad5xrci58x9y61l0yf5hcpk0r")))) + "1lq3xp7hhfhfwqrz0f2mrp3xywnpvb0nlw6lbm5cgx22s5xzri8x")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; There are no tests. |