Loading pkgs/development/python-modules/protego/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "protego"; version = "0.5.0"; version = "0.6.0"; pyproject = true; src = fetchFromGitHub { owner = "scrapy"; repo = "protego"; tag = version; hash = "sha256-70/DPap3FgLfh4ldYSve5Pt8o7gM1lME/OmRFaew/38="; tag = finalAttrs.version; hash = "sha256-qyOY35gNFojewFMFVT58k1s5uM4j9IZzEURnPh+3htE="; }; build-system = [ hatchling ]; Loading @@ -27,8 +27,8 @@ buildPythonPackage rec { meta = { description = "Module to parse robots.txt files with support for modern conventions"; homepage = "https://github.com/scrapy/protego"; changelog = "https://github.com/scrapy/protego/blob/${src.tag}/CHANGELOG.rst"; changelog = "https://github.com/scrapy/protego/blob/${finalAttrs.src.tag}/CHANGELOG.rst"; license = lib.licenses.bsd3; maintainers = [ ]; }; } }) Loading
pkgs/development/python-modules/protego/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "protego"; version = "0.5.0"; version = "0.6.0"; pyproject = true; src = fetchFromGitHub { owner = "scrapy"; repo = "protego"; tag = version; hash = "sha256-70/DPap3FgLfh4ldYSve5Pt8o7gM1lME/OmRFaew/38="; tag = finalAttrs.version; hash = "sha256-qyOY35gNFojewFMFVT58k1s5uM4j9IZzEURnPh+3htE="; }; build-system = [ hatchling ]; Loading @@ -27,8 +27,8 @@ buildPythonPackage rec { meta = { description = "Module to parse robots.txt files with support for modern conventions"; homepage = "https://github.com/scrapy/protego"; changelog = "https://github.com/scrapy/protego/blob/${src.tag}/CHANGELOG.rst"; changelog = "https://github.com/scrapy/protego/blob/${finalAttrs.src.tag}/CHANGELOG.rst"; license = lib.licenses.bsd3; maintainers = [ ]; }; } })