me
/
guix
Archived
1
0
Fork 0

gnu: darktable: Update to 3.6.0.

* gnu/packages/photo.scm (darktable): Update to 3.6.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
John Kehayias 2021-07-08 09:44:10 +02:00 committed by Nicolas Goaziou
parent 9381f1fa4a
commit 87c974cdd1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@ photographic equipment.")
(define-public darktable (define-public darktable
(package (package
(name "darktable") (name "darktable")
(version "3.4.1") (version "3.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -479,7 +479,7 @@ photographic equipment.")
"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 "07llfhhz5dhh43smhv4ax4xi1diym8hrzl7cad87rkcvv98zihvz")))) (base32 "0f8aqwkgw4gs97b5i4ygiqk5zilwq7ax7zwdd31r72zk98cd1g46"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On" `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"