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

you-get: 0.4.1314 -> 0.4.1328
This commit is contained in:
Marek Mahut 2019-08-06 20:11:26 +02:00 committed by GitHub
commit 049e7c934a
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.1314";
version = "0.4.1328";
# 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 = "1pbyhk3078va7435bsvysy34bvx0zvwd2gk28cvqyn62vwkcjyig";
sha256 = "1rbsf7dphvlzahrzgdj1bq62mqhp2fmr61lckcyzq6jdq3vsf0w8";
};
meta = with stdenv.lib; {