Unverified Commit c129c6d4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #282553 from r-ryantm/auto-update/socialscan

socialscan: 2.0.0 -> 2.0.1
parents 059f9778 81d7d934
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "socialscan";
  version = "2.0.0";
  version = "2.0.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "iojw";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-jiyTcpJ00DvfweChawj1ugdCVHHAdwDbHEp9jivH7gs=";
    hash = "sha256-4JJVhB6x1NGagtfzE03Jae2GOr25hh+4l7gQ23zc7Ck=";
  };

  propagatedBuildInputs = [