Commit 81d7d934 authored by R. RyanTM's avatar R. RyanTM
Browse files

socialscan: 2.0.0 -> 2.0.1

parent b19afc89
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 = [