summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/photo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index e2d76d99084..673989e06b0 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -471,7 +471,7 @@ photographic equipment.")
471(define-public darktable 471(define-public darktable
472 (package 472 (package
473 (name "darktable") 473 (name "darktable")
474 (version "3.4.1") 474 (version "3.6.0")
475 (source 475 (source
476 (origin 476 (origin
477 (method url-fetch) 477 (method url-fetch)
@@ -479,7 +479,7 @@ photographic equipment.")
479 "https://github.com/darktable-org/darktable/releases/" 479 "https://github.com/darktable-org/darktable/releases/"
480 "download/release-" version "/darktable-" version ".tar.xz")) 480 "download/release-" version "/darktable-" version ".tar.xz"))
481 (sha256 481 (sha256
482 (base32 "07llfhhz5dhh43smhv4ax4xi1diym8hrzl7cad87rkcvv98zihvz")))) 482 (base32 "0f8aqwkgw4gs97b5i4ygiqk5zilwq7ax7zwdd31r72zk98cd1g46"))))
483 (build-system cmake-build-system) 483 (build-system cmake-build-system)
484 (arguments 484 (arguments
485 `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On" 485 `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"