diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-12 01:28:11 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-18 22:36:37 +0100 |
commit | fe3110ac58364aceff71391b984e8056a6db9395 (patch) | |
tree | a1df6116f7bc30ef20740fedd901b060a0d0bf7c /gnu/packages/photo.scm | |
parent | 6b1e6b5c421fdd56e5f8dfefa030d6a95d835cac (diff) | |
download | patches-fe3110ac58364aceff71391b984e8056a6db9395.tar patches-fe3110ac58364aceff71391b984e8056a6db9395.tar.gz |
gnu: darktable: Update to 2.6.3.
* gnu/packages/photo.scm (darktable): Update to 2.6.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 d511ad1eda..0867433245 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -361,7 +361,7 @@ photographic equipment.") (define-public darktable (package (name "darktable") - (version "2.6.2") + (version "2.6.3") (source (origin (method url-fetch) @@ -369,7 +369,7 @@ photographic equipment.") "https://github.com/darktable-org/darktable/releases/" "download/release-" version "/darktable-" version ".tar.xz")) (sha256 - (base32 "0igvgyd042j7hm4y8fcm6dc1qqjs4d1r7y6f0pzpa0x416xyzfcw")))) + (base32 "1w3q3dhcxa0bs590zbsj61ap8z84wmn04xs5q3gjwisqhjf9j655")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; there are no tests |