gnu: darktable: Update to 2.6.2.

* gnu/packages/photo.scm (darktable): Update to 2.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-15 07:15:29 +02:00
parent a9203c237a
commit b6a5eb937c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -360,7 +360,7 @@ (define-public lensfun
(define-public darktable (define-public darktable
(package (package
(name "darktable") (name "darktable")
(version "2.6.1") (version "2.6.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -368,7 +368,7 @@ (define-public darktable
"https://github.com/darktable-org/darktable/releases/" "https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz")) "download/release-" version "/darktable-" version ".tar.xz"))
(sha256 (sha256
(base32 "09ihbj0602spgc5lfbskf9am38n03gam2r8v3kj4dyfgxqr37ib3")))) (base32 "0igvgyd042j7hm4y8fcm6dc1qqjs4d1r7y6f0pzpa0x416xyzfcw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests