gnu: darktable: Update to 4.2.1.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Alex Devaure 2023-04-05 18:31:13 +01:00 committed by Nicolas Goaziou
parent b4577dda62
commit 841a2e2d9c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -461,7 +461,7 @@ (define-public lensfun
(define-public darktable
(package
(name "darktable")
(version "4.2.0")
(version "4.2.1")
(source
(origin
(method url-fetch)
@ -469,7 +469,7 @@ (define-public darktable
"https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz"))
(sha256
(base32 "1y8sn7yyqyg1n82byaw5csjr8a6m7g6839krq9k9zc79vxzr3c0q"))))
(base32 "1b3vr6njwqfvnrx3qpbg5aqcbl1z8nxnxcgyyw0sd4a20z33jfk0"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"