all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: 56385@debbugs.gnu.org
Subject: [bug#56385] [PATCH] gnu: darktable: Update to 4.0.0.
Date: Mon, 04 Jul 2022 16:08:30 +0000	[thread overview]
Message-ID: <qj6yr9Md9pnj6gO-nplDfEAz5TDmGwsTnKeyrSnbCpiqHnQv1SiRnAjRbLqxrU3LohZM1DSC8AlDchhjYjDQEm186G3uM7-Fo3zsepiZjBY=@protonmail.com> (raw)

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

Here's a quick and simple patch to update Darktable to its new release. I've tested it builds, runs, and opens my photos (on x86_64).

Thanks!
John

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-darktable-Update-to-4.0.0.patch --]
[-- Type: text/x-patch; name=0001-gnu-darktable-Update-to-4.0.0.patch, Size: 1193 bytes --]

From b3e572eab7ab69e84c2416626522b0ac426b2b66 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Mon, 4 Jul 2022 12:03:09 -0400
Subject: [PATCH] gnu: darktable: Update to 4.0.0.

* gnu/packages/photo.scm (darktable): Update to 4.0.0.
---
 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 447fc93f42..eda9eadca2 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -469,7 +469,7 @@ (define-public lensfun
 (define-public darktable
   (package
     (name "darktable")
-    (version "3.8.1")
+    (version "4.0.0")
     (source
      (origin
        (method url-fetch)
@@ -477,7 +477,7 @@ (define-public darktable
              "https://github.com/darktable-org/darktable/releases/"
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1"))))
+        (base32 "0bfcag6bj5vcmg4z4xjirs43iafcx89al6jl41i5mrhpjzszh5hl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"
-- 
2.36.1


             reply	other threads:[~2022-07-04 16:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-04 16:08 John Kehayias via Guix-patches via [this message]
2022-07-07 18:29 ` bug#56385: [PATCH] gnu: darktable: Update to 4.0.0 Lars-Dominik Braun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='qj6yr9Md9pnj6gO-nplDfEAz5TDmGwsTnKeyrSnbCpiqHnQv1SiRnAjRbLqxrU3LohZM1DSC8AlDchhjYjDQEm186G3uM7-Fo3zsepiZjBY=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=56385@debbugs.gnu.org \
    --cc=john.kehayias@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.