python311Packages.snscrape: 0.6.0.20230303 -> 0.7.0.20230622

Diff: https://github.com/JustAnotherArchivist/snscrape/compare/refs/tags/v0.6.0.20230303...v0.7.0.20230622
This commit is contained in:
Fabian Affolter
2023-09-01 16:54:41 +02:00
parent 3d3251d43c
commit 3955eacec8
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "snscrape";
version = "0.6.0.20230303";
version = "0.7.0.20230622";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "JustAnotherArchivist";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FY8byS+0yAhNSRxWsrsQMR5kdZmnHutru5Z6SWVfpiE=";
hash = "sha256-9xAUMr1SWFePEvIz6DFEexk9Txex3u8wPNfMAdxEUCA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;