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

you-get: 0.4.1388 -> 0.4.1403
This commit is contained in:
Mario Rodas 2020-02-19 19:35:36 -05:00 committed by GitHub
commit 5e32ee987e
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.1388";
version = "0.4.1403";
# Tests aren't packaged, but they all hit the real network so
# probably aren't suitable for a build environment anyway.
@ -10,7 +10,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "1afnyb5srs0prqm73pz5qbfk5j4lb5g70nqg41r4igh753p2yi13";
sha256 = "195c91xxcv3l3rd0v8ls5ghncf92ndfx0lpcbjr5zb41bl8alkcl";
};
meta = with stdenv.lib; {