gnu: darktable: Update to 2.6.1.

* gnu/packages/photo.scm (darktable): Update to 2.6.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-18 23:17:49 +01:00
parent 9081333bcd
commit 4b886fb00c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 11 additions and 12 deletions

View File

@ -357,19 +357,18 @@ photographic equipment.")
(define-public darktable (define-public darktable
(package (package
(name "darktable") (name "darktable")
(version "2.6.0") (version "2.6.1")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method url-fetch)
"https://github.com/darktable-org/darktable/releases/" (uri (string-append
"download/release-" "https://github.com/darktable-org/darktable/releases/"
version "/darktable-" version ".tar.xz")) "download/release-" version "/darktable-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "09ihbj0602spgc5lfbskf9am38n03gam2r8v3kj4dyfgxqr37ib3"))))
"0y04cx0a0rwdclmn16f5y0z2vnm7yxly291gzjgdhcn59a77sga8"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; There are no tests. `(#:tests? #f ; there are no tests
#:configure-flags '("-DBINARY_PACKAGE_BUILD=On") #:configure-flags '("-DBINARY_PACKAGE_BUILD=On")
#:make-flags #:make-flags
(list (list
@ -420,7 +419,7 @@ photographic equipment.")
developer. It manages your digital negatives in a database, lets you view developer. It manages your digital negatives in a database, lets you view
them through a zoomable lighttable and enables you to develop raw images them through a zoomable lighttable and enables you to develop raw images
and enhance them.") and enhance them.")
;; see src/is_supported_platform.h for supported platforms ;; See src/is_supported_platform.h for supported platforms.
(supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux")) (supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux"))
(license license:gpl3+))) (license license:gpl3+)))