emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62681: closed ([PATCH] gnu: darktable: Update to 4.2.1)


From: GNU bug Tracking System
Subject: bug#62681: closed ([PATCH] gnu: darktable: Update to 4.2.1)
Date: Sat, 08 Apr 2023 12:12:02 +0000

Your message dated Sat, 08 Apr 2023 14:10:55 +0200
with message-id <87wn2mk20g.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62681] [PATCH] gnu: darktable: Update to 4.2.1
has caused the debbugs.gnu.org bug report #62681,
regarding [PATCH] gnu: darktable: Update to 4.2.1
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62681: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62681
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: darktable: Update to 4.2.1 Date: Wed, 05 Apr 2023 18:31:13 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Hi,
Here is a patch to update darktable. I have tested that it builds and I
can open my photos.

>From 886f2a21cb13fa09c006c1fac7f0c9481afcb80e Mon Sep 17 00:00:00 2001
From: Alex Devaure <ajadevaure@gmail.com>
Date: Wed, 5 Apr 2023 08:47:55 +0100
Subject: [PATCH] gnu packages photo: update darktable to 4.2.1

---
 gnu/packages/photo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 80fc963363..f825696e8d 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -460,7 +460,7 @@ (define-public lensfun
 (define-public darktable
   (package
     (name "darktable")
-    (version "4.2.0")
+    (version "4.2.1")
     (source
      (origin
        (method url-fetch)
@@ -468,7 +468,7 @@ (define-public darktable
              "https://github.com/darktable-org/darktable/releases/";
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "1y8sn7yyqyg1n82byaw5csjr8a6m7g6839krq9k9zc79vxzr3c0q"))))
+        (base32 "1b3vr6njwqfvnrx3qpbg5aqcbl1z8nxnxcgyyw0sd4a20z33jfk0"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
@@ -834,3 +834,4 @@ (define-public librtprocess
     (description
      "This package provides RawTherapee's highly optimized RAW processing 
routines.")
     (license license:gpl3+)))
+
-- 
2.39.1



--- End Message ---
--- Begin Message --- Subject: Re: [bug#62681] [PATCH] gnu: darktable: Update to 4.2.1 Date: Sat, 08 Apr 2023 14:10:55 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Alex Devaure <ajadevaure@gmail.com> writes:

> Here is a patch to update darktable. I have tested that it builds and I
> can open my photos.

Thank you. I fixed the commit message and applied your patch.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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