Unverified Commit 938f9ba2 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #219485 from fabaff/snscrape-bump

python310Packages.snscrape: 0.4.3.20220106 -> 0.6.0.20230303
parents bd495eda 19cba159
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@

buildPythonPackage rec {
  pname = "snscrape";
  version = "0.4.3.20220106";
  format = "setuptools";
  version = "0.6.0.20230303";
  format = "pyproject";

  disabled = pythonOlder "3.8";

  src = fetchFromGitHub {
    owner = "JustAnotherArchivist";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-gphNT1IYSiAw22sqHlV8Rm4WRP4EWUvP0UkITuepmMc=";
    rev = "refs/tags/v${version}";
    hash = "sha256-FY8byS+0yAhNSRxWsrsQMR5kdZmnHutru5Z6SWVfpiE=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;