snscrape: 0.1.3 -> 0.2.0

This commit is contained in:
Ivan Kozik 2019-04-21 21:29:48 +00:00
parent 63e5b23bd3
commit 3ff4e1af8f

View File

@ -9,13 +9,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "snscrape"; pname = "snscrape";
version = "0.1.3"; version = "0.2.0";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1mnhqqc7xfwg2wrzpj1pjbcisjjwxrgmy21f53p80xbx2iz8b9n1"; sha256 = "02mlpzkvpl2mv30cknq6ngw02y7gj2614qikq25ncrpg5vb903d9";
}; };
# There are no tests; make sure the executable works. # There are no tests; make sure the executable works.