* [bug#56385] [PATCH] gnu: darktable: Update to 4.0.0.
@ 2022-07-04 16:08 John Kehayias via Guix-patches via
2022-07-07 18:29 ` bug#56385: " Lars-Dominik Braun
0 siblings, 1 reply; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2022-07-04 16:08 UTC (permalink / raw)
To: 56385
[-- Attachment #1: Type: text/plain, Size: 150 bytes --]
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
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-darktable-Update-to-4.0.0.patch --]
[-- Type: text/x-patch; name=0001-gnu-darktable-Update-to-4.0.0.patch, Size: 1193 bytes --]
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(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 447fc93f42..eda9eadca2 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#56385: [PATCH] gnu: darktable: Update to 4.0.0.
2022-07-04 16:08 [bug#56385] [PATCH] gnu: darktable: Update to 4.0.0 John Kehayias via Guix-patches via
@ 2022-07-07 18:29 ` Lars-Dominik Braun
0 siblings, 0 replies; 2+ messages in thread
From: Lars-Dominik Braun @ 2022-07-07 18:29 UTC (permalink / raw)
To: John Kehayias; +Cc: 56385-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-07 18:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 16:08 [bug#56385] [PATCH] gnu: darktable: Update to 4.0.0 John Kehayias via Guix-patches via
2022-07-07 18:29 ` bug#56385: " Lars-Dominik Braun
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).