guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: darktable: Add release-monitoring-url.


From: guix-commits
Subject: branch master updated: gnu: darktable: Add release-monitoring-url.
Date: Thu, 27 Jan 2022 07:26:11 -0500

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

monego pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 19371a4dc3 gnu: darktable: Add release-monitoring-url.
19371a4dc3 is described below

commit 19371a4dc36310378e64b1414d490e64932111e5
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jan 26 10:18:25 2022 -0300

    gnu: darktable: Add release-monitoring-url.
    
    * gnu/packages/photo.scm (darktable)[properties]: New field.
---
 gnu/packages/photo.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 26295207c6..2aa7610b8c 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2020 Sebastian Schott <sschott@mailbox.org>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
-;;; Copyright © 2020. 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020. 2021, 2022 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -562,6 +562,8 @@ them through a zoomable lighttable and enables you to 
develop raw images
 and enhance them.")
     ;; See src/is_supported_platform.h for supported platforms.
     (supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux"))
+    (properties
+     '((release-monitoring-url . 
"https://github.com/darktable-org/darktable/releases";)))
     (license (list license:gpl3+ ;; Darktable itself.
                    license:lgpl2.1+)))) ;; Rawspeed library.
 



reply via email to

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