[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH v2 21/26] gnu: youtube-dl: Deprecate package.
From: |
Nicolas Graves |
Subject: |
[bug#74035] [PATCH v2 21/26] gnu: youtube-dl: Deprecate package. |
Date: |
Sun, 3 Nov 2024 17:02:16 +0100 |
This package is not developped anymore.
* gnu/packages/video.scm (youtube-dl): Deprecate package.
---
gnu/packages/video.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ff5dcd8daa..74cfabf6e7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -93,6 +93,7 @@ (define-module (gnu packages video)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix utils)
#:use-module (guix packages)
+ #:use-module (guix deprecation)
#:use-module (guix download)
#:use-module (guix gexp)
#:use-module (guix git-download)
@@ -3085,7 +3086,7 @@ (define-public yle-dl
video streaming services of the Finnish national broadcasting company Yle.")
(license license:gpl3+)))
-(define-public youtube-dl
+(define-deprecated/public youtube-dl #f
(package
(name "youtube-dl")
(version "2021.12.17")
--
2.46.0
- [bug#74035] [PATCH v2 03/26] gnu: maradns: Update to 3.5.0036. [security fixes], (continued)
- [bug#74035] [PATCH v2 04/26] gnu: maradns: Improve style., Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 05/26] gnu: libmobi: Update to 0.12. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 06/26] gnu: bart: Update to 0.9.00. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 09/26] gnu: darkhttpd: Update to 1.16. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 16/26] gnu: libzapojit: Update to 0.0.3-1.99d49ba. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 21/26] gnu: youtube-dl: Deprecate package.,
Nicolas Graves <=
- [bug#74035] [PATCH v2 26/26] gnu: snapcast: Update to 0.29.0. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 24/26] gnu: rnp: Update to 0.17.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 13/26] gnu: indent: Add patch for CVE-2024-0911. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 18/26] gnu: sendmail: Update to 8.18.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 19/26] gnu: openvpn: Update to 2.6.12. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 17/26] gnu: gifsicle: Update to 1.95. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 14/26] gnu: squashfs-tools: Update to 4.6.1. [security fixes], Nicolas Graves, 2024/11/03
- [bug#74035] [PATCH v2 22/26] gnu: unicorn: Update to 2.1.1. [security fixes], Nicolas Graves, 2024/11/03