all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72468] [PATCH] gnu: darktable: Update to 4.8.1.
@ 2024-08-04 17:37 Alex Devaure
  2024-08-22 11:45 ` bug#72468: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Devaure @ 2024-08-04 17:37 UTC (permalink / raw)
  To: 72468

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

---
 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 47511fb0e4..6088ae9aca 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -531,7 +531,7 @@ (define-public lensfun
 (define-public darktable
   (package
     (name "darktable")
-    (version "4.8.0")
+    (version "4.8.1")
     (source
      (origin
        (method url-fetch)
@@ -539,7 +539,7 @@ (define-public darktable
              "https://github.com/darktable-org/darktable/releases/"
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "0mcjgz8kmsmj5icik3zsrk61qg9dafswch93bw3y8w2j07llk621"))))
+        (base32 "14armww5rmbgqssm8c3xji5i6ccdzgnn0k6zkxhvhvykmqn0w6wh"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.45.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72468: [PATCH] gnu: darktable: Update to 4.8.1.
  2024-08-04 17:37 [bug#72468] [PATCH] gnu: darktable: Update to 4.8.1 Alex Devaure
@ 2024-08-22 11:45 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-08-22 11:45 UTC (permalink / raw)
  To: Alex Devaure; +Cc: 72468-done

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

Alex Devaure <ajadevaure@gmail.com> writes:

> * gnu/packages/photo.scm (darktable): Update to 4.8.1.
>
> ---
>  gnu/packages/photo.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I pushed this to master as
7b107f3646457e7be134dbf2bffb9394f7a82034.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-22 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-04 17:37 [bug#72468] [PATCH] gnu: darktable: Update to 4.8.1 Alex Devaure
2024-08-22 11:45 ` bug#72468: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.