you-get: 0.4.1270 -> 0.4.1295

This commit is contained in:
xrelkd 2019-04-26 16:47:13 +08:00
parent d16a5a5916
commit 51615a51e9

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