shot-scraper: 1.1.1 -> 1.3

This commit is contained in:
R. Ryantm 2024-01-12 11:29:20 +00:00
parent a2f82b9b84
commit 02fb23a53f

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; [