Merge pull request #40630 from r-ryantm/auto-update/you-get
you-get: 0.4.1060 -> 0.4.1077
This commit is contained in:
commit
899173a4e3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "you-get";
|
pname = "you-get";
|
||||||
version = "0.4.1060";
|
version = "0.4.1077";
|
||||||
|
|
||||||
# Tests aren't packaged, but they all hit the real network so
|
# Tests aren't packaged, but they all hit the real network so
|
||||||
# probably aren't suitable for a build environment anyway.
|
# probably aren't suitable for a build environment anyway.
|
||||||
@ -10,7 +10,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1c4drn6khqrjvyzzsiaracnpcvahbiya6v5p18h2lyl7xia8gk51";
|
sha256 = "1qf4n1zgbr533a0qbxp8548f25jwqdwfl42gi5dyfhm4f1y1jk1a";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user