guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71906] [PATCH] gnu: package: darktable update to 4.8.0


From: Alex Devaure
Subject: [bug#71906] [PATCH] gnu: package: darktable update to 4.8.0
Date: Tue, 02 Jul 2024 20:04:33 +0100

Hi,
Here is a patch for the new version of darktable.
Best regards,
Alex

Change-Id: I36df2b5a96f24488ebc1c491571a954af14d9e3f
---
 gnu/packages/photo.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index e69721ef10..4996741170 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.1")
+    (version "4.8.0")
     (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 "1zbsrx5cfyifzbi657izw8rfkgd9pm4hx8afv8y2sgi9f2hc1v8n"))))
+        (base32 "0mcjgz8kmsmj5icik3zsrk61qg9dafswch93bw3y8w2j07llk621"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -612,7 +612,7 @@ (define-public darktable
            libxml2
            libxslt
            libheif
-           lua-5.4                      ;optional, for plugins
+           lua-5.4                    ;optional, for plugins
            opencl-icd-loader            ;optional, for OpenCL support
            openexr                      ;optional, for EXR import/export
            openjpeg                     ;optional, for JPEG2000 export

base-commit: 4b3a553ca5ba5ac190739309eb5f7aa8170cf2a8
-- 
2.45.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]