[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/18: gnu: darktable: Update to 4.2.1.
From: |
guix-commits |
Subject: |
12/18: gnu: darktable: Update to 4.2.1. |
Date: |
Sat, 8 Apr 2023 08:14:51 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 841a2e2d9c7fb9b0a61fe82cc0600597453b74c3
Author: Alex Devaure <ajadevaure@gmail.com>
AuthorDate: Wed Apr 5 18:31:13 2023 +0100
gnu: darktable: Update to 4.2.1.
* gnu/packages/photo.scm (darktable): Update to 4.2.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 8df1034487..f8a96c6f85 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -461,7 +461,7 @@ photographic equipment.")
(define-public darktable
(package
(name "darktable")
- (version "4.2.0")
+ (version "4.2.1")
(source
(origin
(method url-fetch)
@@ -469,7 +469,7 @@ photographic equipment.")
"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"
- branch master updated (ff05a38d20 -> b08cdfc6d3), guix-commits, 2023/04/08
- 06/18: gnu: Add texlive-soulutf8., guix-commits, 2023/04/08
- 05/18: gnu: Add emacs-gptel., guix-commits, 2023/04/08
- 09/18: gnu: tuxedo-keyboard: Update to 3.2.1., guix-commits, 2023/04/08
- 02/18: gnu: Add sentencepiece., guix-commits, 2023/04/08
- 01/18: gnu: Remove abandoned spotify-tui package., guix-commits, 2023/04/08
- 12/18: gnu: darktable: Update to 4.2.1.,
guix-commits <=
- 15/18: gnu: gallery-dl: Update to 1.25.1., guix-commits, 2023/04/08
- 16/18: gnu: Add emacs-flymake-popon., guix-commits, 2023/04/08
- 17/18: gnu: emacs-ement: Update to 0.8.2., guix-commits, 2023/04/08
- 07/18: gnu: fet: Update to 6.8.7., guix-commits, 2023/04/08
- 08/18: gnu: pyzo: Update to 4.12.8., guix-commits, 2023/04/08
- 11/18: gnu: scintilla: Update to 5.3.4., guix-commits, 2023/04/08
- 14/18: gnu: ruby-pg: Update to 1.4.6., guix-commits, 2023/04/08
- 13/18: gnu: darktable: Improve package style., guix-commits, 2023/04/08
- 03/18: gnu: Add python-sentencepiece., guix-commits, 2023/04/08
- 04/18: gnu: Add llama-cpp., guix-commits, 2023/04/08