[bug#56385] gnu: darktable: Update to 4.0.0.
Commit Message
Here's a quick and simple patch to update Darktable to its new release. I've tested it builds, runs, and opens my photos (on x86_64).
Thanks!
John
Comments
Hi,
> Here's a quick and simple patch to update Darktable to its new release. I've tested it builds, runs, and opens my photos (on x86_64).
works for me too. Pushed as
42224e36d177a4880f550cf97b91cb698a561462 gnu: darktable: Update to 4.0.0.
Thanks,
Lars
From b3e572eab7ab69e84c2416626522b0ac426b2b66 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Mon, 4 Jul 2022 12:03:09 -0400
Subject: [PATCH] gnu: darktable: Update to 4.0.0.
* gnu/packages/photo.scm (darktable): Update to 4.0.0.
---
gnu/packages/photo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -469,7 +469,7 @@ (define-public lensfun
(define-public darktable
(package
(name "darktable")
- (version "3.8.1")
+ (version "4.0.0")
(source
(origin
(method url-fetch)
@@ -477,7 +477,7 @@ (define-public darktable
"https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz"))
(sha256
- (base32 "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1"))))
+ (base32 "0bfcag6bj5vcmg4z4xjirs43iafcx89al6jl41i5mrhpjzszh5hl"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
--
2.36.1