snscrape: 0.3.0 -> 0.3.1

This commit is contained in:
R. RyanTM 2020-04-01 04:59:09 +00:00 committed by Jon
parent 18fde5d57b
commit 74ad48e413

View File

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "snscrape"; pname = "snscrape";
version = "0.3.0"; version = "0.3.1";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1f3lyq06l8s4kcsmwbxcwcxnv6mvz9c3zj70np8vnx149p3zi983"; sha256 = "11jv5mv3l11qjlsjihd74gc1jafq0i7360cksqjkx1wv2hcc32rf";
}; };
# There are no tests; make sure the executable works. # There are no tests; make sure the executable works.
@ -30,7 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ setuptools requests lxml beautifulsoup4 ]; propagatedBuildInputs = [ setuptools requests lxml beautifulsoup4 ];
meta = with lib; { meta = with lib; {
homepage = https://github.com/JustAnotherArchivist/snscrape; homepage = "https://github.com/JustAnotherArchivist/snscrape";
description = "A social networking service scraper in Python"; description = "A social networking service scraper in Python";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ ivan ]; maintainers = with maintainers; [ ivan ];