Merge pull request #59986 from ivan/snscrape-0.2.0

snscrape: 0.1.3 -> 0.2.0
This commit is contained in:
Mario Rodas 2019-04-22 07:34:05 -05:00 committed by GitHub
commit 58827750c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.