python312Packages.aiopegelonline: 0.0.8 -> 0.0.9

Diff: https://github.com/mib1185/aiopegelonline/compare/refs/tags/v0.0.8...v0.0.9

Changelog: https://github.com/mib1185/aiopegelonline/releases/tag/v0.0.9
This commit is contained in:
Fabian Affolter 2024-02-17 16:46:23 +01:00
parent c43f7a4c28
commit be1584dddd

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiopegelonline";
version = "0.0.8";
version = "0.0.9";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mib1185";
repo = "aiopegelonline";
rev = "refs/tags/v${version}";
hash = "sha256-Z/3IF5AwiNB+h8wug+57OVdLpFxGoiUe2xG4euHT1Bw=";
hash = "sha256-/k0TR0oUYZigi/2xRVLPFAIMAmXoLnE0NRlvEZrWylo=";
};
nativeBuildInputs = [