[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74035] [PATCH 19/24] gnu: youtube-dl: Deprecate package.
From: |
Nicolas Graves |
Subject: |
[bug#74035] [PATCH 19/24] gnu: youtube-dl: Deprecate package. |
Date: |
Sun, 27 Oct 2024 00:42:40 +0200 |
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 92c0acef3c..9fca994b54 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)
@@ -3084,7 +3085,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 11/24] gnu: indent: Remove uneeded arguments., (continued)
- [bug#74035] [PATCH 11/24] gnu: indent: Remove uneeded arguments., Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 14/24] gnu: shapelib: Update to 1.6.1. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 16/24] gnu: gifsicle: Update to 1.95. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 13/24] gnu: squashfs-tools: Update to 4.6.1. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 15/24] gnu: libzapojit: Update to 0.0.3-1.99d49ba. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 21/24] gnu: unicorn: Update to 2.1.1. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 17/24] gnu: sendmail: Update to 8.18.1. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 20/24] gnu: liblouis: Update to 3.31.0. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 22/24] gnu: Add sexpp., Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 18/24] gnu: openvpn: Update to 2.6.12. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 19/24] gnu: youtube-dl: Deprecate package.,
Nicolas Graves <=
- [bug#74035] [PATCH 24/24] gnu: cjson: Update to 1.7.18. [security fixes], Nicolas Graves, 2024/10/26
- [bug#74035] [PATCH 23/24] gnu: rnp: Update to 0.17.1. [security fixes], Nicolas Graves, 2024/10/26