diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 07:15:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 11:00:13 +0200 |
commit | b6a5eb937c8fe7ef59b16a01dd91825977494e1f (patch) | |
tree | 4a1c0c53c057d1a6ffd4c2fccefeed2e45639075 /gnu/packages | |
parent | a9203c237af40e49d8f83a6af353315169cae87b (diff) | |
download | patches-b6a5eb937c8fe7ef59b16a01dd91825977494e1f.tar patches-b6a5eb937c8fe7ef59b16a01dd91825977494e1f.tar.gz |
gnu: darktable: Update to 2.6.2.
* gnu/packages/photo.scm (darktable): Update to 2.6.2.
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 69ec69548b..e62d13fe91 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -360,7 +360,7 @@ photographic equipment.") (define-public darktable (package (name "darktable") - (version "2.6.1") + (version "2.6.2") (source (origin (method url-fetch) @@ -368,7 +368,7 @@ photographic equipment.") "https://github.com/darktable-org/darktable/releases/" "download/release-" version "/darktable-" version ".tar.xz")) (sha256 - (base32 "09ihbj0602spgc5lfbskf9am38n03gam2r8v3kj4dyfgxqr37ib3")))) + (base32 "0igvgyd042j7hm4y8fcm6dc1qqjs4d1r7y6f0pzpa0x416xyzfcw")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests |