unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49357] [PATCH] gnu darktable update to 3.6.0
@ 2021-07-03 16:17 John Kehayias via Guix-patches via
  2021-07-03 16:29 ` Vinicius Monego
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: John Kehayias via Guix-patches via @ 2021-07-03 16:17 UTC (permalink / raw)
  To: 49357

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

Update for darktable to latest release, 3.6.0 (tested build locally, no problems).

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: darktable-3.6.0.diff --]
[-- Type: text/x-patch; name=darktable-3.6.0.diff, Size: 833 bytes --]

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index e2d76d9908..673989e06b 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -471,7 +471,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "3.4.1")
+    (version "3.6.0")
     (source
      (origin
        (method url-fetch)
@@ -479,7 +479,7 @@ photographic equipment.")
              "https://github.com/darktable-org/darktable/releases/"
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "07llfhhz5dhh43smhv4ax4xi1diym8hrzl7cad87rkcvv98zihvz"))))
+        (base32 "0f8aqwkgw4gs97b5i4ygiqk5zilwq7ax7zwdd31r72zk98cd1g46"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DBINARY_PACKAGE_BUILD=On"

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-08 14:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-03 16:17 [bug#49357] [PATCH] gnu darktable update to 3.6.0 John Kehayias via Guix-patches via
2021-07-03 16:29 ` Vinicius Monego
2021-07-04  0:38 ` John Kehayias via Guix-patches via
2021-07-06  0:03 ` Vinicius Monego
2021-07-06 21:51 ` John Kehayias via Guix-patches via
2021-07-08  7:47   ` bug#49357: " Nicolas Goaziou
2021-07-08 14:39     ` [bug#49357] " John Kehayias via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).