GNU bug report logs - #72468
[PATCH] gnu: darktable: Update to 4.8.1.

Previous Next

Package: guix-patches;

Reported by: Alex Devaure <ajadevaure <at> gmail.com>

Date: Sun, 4 Aug 2024 18:05:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alex Devaure <ajadevaure <at> gmail.com>
To: 72468 <at> debbugs.gnu.org
Subject: [bug#72468] [PATCH] gnu: darktable: Update to 4.8.1.
Date: Sun, 4 Aug 2024 18:37:23 +0100
* 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




This bug report was last modified 276 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.