python: snscrape: 0.3.2 -> 0.3.4

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:46 +02:00
parent d274a5e053
commit 8188994309
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "snscrape"; pname = "snscrape";
version = "0.3.2"; version = "0.3.4";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "ea038827afe439577eb109ebd1b5c481d516d489c624fc3fe6e92ec71ef42be9"; sha256 = "36ba7f95c8bf5202749189f760e591952f19c849379c35ff598aafafe5d0cfef";
}; };
# There are no tests; make sure the executable works. # There are no tests; make sure the executable works.