Merge pull request #82215 from r-ryantm/auto-update/you-get

you-get: 0.4.1403 -> 0.4.1410
This commit is contained in:
Ryan Mulligan 2020-03-10 12:19:20 -07:00 committed by GitHub
commit bfa78684a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "you-get";
version = "0.4.1403";
version = "0.4.1410";
# Tests aren't packaged, but they all hit the real network so
# probably aren't suitable for a build environment anyway.
@ -10,12 +10,12 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "195c91xxcv3l3rd0v8ls5ghncf92ndfx0lpcbjr5zb41bl8alkcl";
sha256 = "0isjmx1z5w3m2v25sb7fpi7lyd4h8bl9n9691ylvl5w3bxf6ynm9";
};
meta = with stdenv.lib; {
description = "A tiny command line utility to download media contents from the web";
homepage = https://you-get.org;
homepage = "https://you-get.org";
license = licenses.mit;
maintainers = with maintainers; [ ryneeverett ];
platforms = platforms.all;