python3Packages.protego: 0.6.0 -> 0.6.1

(cherry picked from commit 80b6ddbccc)
This commit is contained in:
R. Ryantm 2026-06-14 06:59:54 +00:00 committed by github-actions[bot]
commit 2e47eefe22

View file

@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "protego";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "scrapy";
repo = "protego";
tag = finalAttrs.version;
hash = "sha256-qyOY35gNFojewFMFVT58k1s5uM4j9IZzEURnPh+3htE=";
hash = "sha256-Me+bSJnHHJH0ryPoSS7EN2Px5FNElCWQzvKrmWll4mQ=";
};
build-system = [ hatchling ];