Merge pull request #280479 from r-ryantm/auto-update/shot-scraper

shot-scraper: 1.1.1 -> 1.3
This commit is contained in:
Nick Cao 2024-01-12 11:11:12 -05:00 committed by GitHub
commit d1cb5d0aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "shot-scraper";
version = "1.1.1";
version = "1.3";
format = "setuptools";
disabled = python3.pkgs.pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-YfWiy44rCRXK5xVkmA9X7pAlDhZrk6nS9vbC2eYvjbg=";
hash = "sha256-IC6S6LnavwxTcGEDX7lSHF1GZKBH1QcHQy17LGx4Ago=";
};
propagatedBuildInputs = with python3.pkgs; [