* [bug#69349] [PATCH] gnu: darktable: update to 4.6.1
@ 2024-02-24 10:36 Alex Devaure
2024-03-09 3:40 ` bug#69349: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Alex Devaure @ 2024-02-24 10:36 UTC (permalink / raw)
To: 69349
Change-Id: I2642b78036205c97c8183349fc809fcfec78f866
---
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 48f1c38695..1018d2e801 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -530,7 +530,7 @@ (define-public lensfun
(define-public darktable
(package
(name "darktable")
- (version "4.6.0")
+ (version "4.6.1")
(source
(origin
(method url-fetch)
@@ -538,7 +538,7 @@ (define-public darktable
"https://github.com/darktable-org/darktable/releases/"
"download/release-" version "/darktable-" version ".tar.xz"))
(sha256
- (base32 "1hmcib37b5v8893d69i2qgvmbkmils8a0gn5dpg2462d43ijfjvj"))))
+ (base32 "1zbsrx5cfyifzbi657izw8rfkgd9pm4hx8afv8y2sgi9f2hc1v8n"))))
(build-system cmake-build-system)
(arguments
(list
base-commit: c0f88cd18649c31c75bcddf8247b14ef3e3a66a5
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-09 3:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-24 10:36 [bug#69349] [PATCH] gnu: darktable: update to 4.6.1 Alex Devaure
2024-03-09 3:40 ` bug#69349: " 宋文武 via Guix-patches via
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).