guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: darktable: Update to 4.4.0.


From: guix-commits
Subject: branch master updated: gnu: darktable: Update to 4.4.0.
Date: Thu, 22 Jun 2023 11:30:21 -0400

This is an automated email from the git hooks/post-receive script.

podiki pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f25529b08e gnu: darktable: Update to 4.4.0.
f25529b08e is described below

commit f25529b08e356f89ca7cecc44295085531a8faba
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Thu Jun 22 11:25:15 2023 -0400

    gnu: darktable: Update to 4.4.0.
    
    * gnu/packages/photo.scm (darktable): Update to 4.4.0.
    [native-inputs]: Replace clang-11 and llvm-11 with clang and llvm,
    respectively.  Darktable no longer builds with older versions.
---
 gnu/packages/photo.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index c498703205..0a954c0e6f 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -459,7 +459,7 @@ photographic equipment.")
 (define-public darktable
   (package
     (name "darktable")
-    (version "4.2.1")
+    (version "4.4.0")
     (source
      (origin
        (method url-fetch)
@@ -467,7 +467,7 @@ photographic equipment.")
              "https://github.com/darktable-org/darktable/releases/";
              "download/release-" version "/darktable-" version ".tar.xz"))
        (sha256
-        (base32 "1b3vr6njwqfvnrx3qpbg5aqcbl1z8nxnxcgyyw0sd4a20z33jfk0"))))
+        (base32 "105hyc8rhc8md683h8mbvqxxc2f5w2bk3348n2c4jz6rmcsgr1w8"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -514,13 +514,13 @@ photographic equipment.")
                   (,(string-append #$(this-package-input "gtk+")
                                    "/share/glib-2.0/schemas")))))))))
     (native-inputs
-     (list clang-11
+     (list clang
            cmocka
            desktop-file-utils
            `(,glib "bin")
            gobject-introspection
            intltool
-           llvm-11                      ;should match the Clang version
+           llvm                         ;should match the Clang version
            opencl-headers
            perl
            pkg-config



reply via email to

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