diff mbox series

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

Message ID 878qyjobsu.fsf@gmail.com
State New
Headers show
Series [bug#71906] gnu: package: darktable update to 4.8.0 | expand

Commit Message

Alex Devaure July 2, 2024, 7:04 p.m. UTC
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(-)


base-commit: 4b3a553ca5ba5ac190739309eb5f7aa8170cf2a8

Comments

jgart July 3, 2024, 2:55 p.m. UTC | #1
Hi Alex,

Thanks for the patch.

I applied with some modifications to the commit message.

See what I did for the commit message format for next time. It follows
the format that we use for the Guix project.

Thanks!
Alex Devaure July 3, 2024, 5:52 p.m. UTC | #2
jgart <jgart@dismail.de> writes:
Hi jgart,

> Hi Alex,
>
> Thanks for the patch.
>
> I applied with some modifications to the commit message.
>
> See what I did for the commit message format for next time. It follows
> the format that we use for the Guix project.

I saw the commit message you used. I will use the same from now on.
>
> Thanks!

Best regards,
Alex
jgart July 3, 2024, 8:03 p.m. UTC | #3
Thanks! Much appreciated.

all best,

jgart
diff mbox series

Patch

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