you-get: 0.4.1388 -> 0.4.1403

This commit is contained in:
R. RyanTM 2020-02-11 04:38:10 +00:00
parent ec3edaf7b5
commit 6cb26aecd0

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; {