python3Packages.prowlpy: 2.0.0 -> 2.0.1

Diff: https://github.com/OMEGARAZER/prowlpy/compare/v2.0.0...v2.0.1

Changelog: https://github.com/OMEGARAZER/prowlpy/blob/v2.0.1/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-05-21 08:24:10 -07:00
parent 2a4bd74d94
commit 782273bd1d
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "prowlpy";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "OMEGARAZER";
repo = "prowlpy";
tag = "v${version}";
hash = "sha256-S+hhZndOb5O9okrrnXGt7D0N4VRIThbMN1LYVPGzFy8=";
hash = "sha256-92r1E/dsXLRzaLXQdahXAPCmSG4T1Ihh/eDFDG3GlmY=";
};
build-system = [ setuptools ];