Merge pull request #60252 from xrelkd/update/you-get

you-get: 0.4.1270 -> 0.4.1295
This commit is contained in:
worldofpeace 2019-04-26 09:58:26 -04:00 committed by GitHub
commit b63c99659e
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.1270";
version = "0.4.1295";
# 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 = "1gq6z605xfhgama11krsc8y0qr690dgf9x39q2z941bqdxvxra5g";
sha256 = "15p9ngscrn20shkg909hcnsizqpbl038zbnmxwbprj88lnn8xz9m";
};
meta = with stdenv.lib; {