3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #182049 from marsam/update-you-get

you-get: 0.4.1612 -> 0.4.1620
This commit is contained in:
Sandro 2022-07-19 15:39:33 +02:00 committed by GitHub
commit aea702a331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "you-get"; pname = "you-get";
version = "0.4.1612"; version = "0.4.1620";
# Tests aren't packaged, but they all hit the real network so # Tests aren't packaged, but they all hit the real network so
# probably aren't suitable for a build environment anyway. # probably aren't suitable for a build environment anyway.
@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
src = python3.pkgs.fetchPypi { src = python3.pkgs.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-lKEztwwn1pnALuwDiA1Ik9+XCVyO+UMobv+hXu0mn5w="; sha256 = "sha256-wCDaT9Nz1ZiSsqFwX1PXHq6QF6fjLRI9wwvvWxcmYOY=";
}; };
patches = [ patches = [
@ -39,6 +39,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; { meta = with lib; {
description = "A tiny command line utility to download media contents from the web"; description = "A tiny command line utility to download media contents from the web";
homepage = "https://you-get.org"; homepage = "https://you-get.org";
changelog = "https://github.com/soimort/you-get/raw/v${version}/CHANGELOG.rst";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ryneeverett ]; maintainers = with maintainers; [ ryneeverett ];
}; };