gnu: darktable: update to 3.8.1

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

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Alex Devaure 2022-02-15 18:13:37 +00:00 committed by Leo Famulari
parent 150318a0bf
commit 82c7e4d3ac
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -457,7 +457,7 @@ (define-public lensfun
(define-public darktable
(package
(name "darktable")
(version "3.8.0")
(version "3.8.1")
(source
(origin
(method url-fetch)
@ -465,7 +465,7 @@ (define-public darktable
"https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz"))
(sha256
(base32 "01gp9dg5wr2rg1k8cqs0l3s7ism8a4q8qypgwccd4jh7ip3wfr9f"))))
(base32 "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"