guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: yt-dlp: Add release-monitoring-url.


From: guix-commits
Subject: 01/03: gnu: yt-dlp: Add release-monitoring-url.
Date: Tue, 25 Jan 2022 03:21:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7e9a0852613df295bf5b31d76cd81cf00fbfe854
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 25 09:34:35 2022 +0200

    gnu: yt-dlp: Add release-monitoring-url.
    
    * gnu/packages/video.scm (yt-dlp)[properties]: New field.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 72357820cd..1a7895ef03 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2478,6 +2478,7 @@ YouTube.com and many more sites.")
 YouTube.com and many more sites.  It is a fork of youtube-dl with a
 focus on adding new features while keeping up-to-date with the
 original project.")
+    (properties '((release-monitoring-url . 
"https://pypi.org/project/yt-dlp/";)))
     (home-page "https://github.com/yt-dlp/yt-dlp";)))
 
 (define-public youtube-dl-gui



reply via email to

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