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

socialscan: 2.0.0 -> 2.0.1
This commit is contained in:
Nick Cao 2024-01-21 11:51:27 -05:00 committed by GitHub
commit c129c6d432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [