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

you-get: 0.4.1193 -> 0.4.1205
This commit is contained in:
Elis Hirwing 2019-01-27 10:31:42 +01:00 committed by GitHub
commit aca9bfec57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "you-get";
version = "0.4.1193";
version = "0.4.1205";
# 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 = "1q7wha0d55pw077bs92bbzx6ck3nsmhnxblz7zaqzladn23hs9zg";
sha256 = "06xb72vm11pbqhw320kk3w4xj0ymkskx1bh80nvq2wc1y7rpd39n";
};
meta = with stdenv.lib; {