python311Packages.aiopegelonline: 0.0.9 -> 0.0.10

This commit is contained in:
R. Ryantm 2024-04-23 14:39:07 +00:00
parent 52053cb756
commit 4f645eb28a
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiopegelonline";
version = "0.0.9";
version = "0.0.10";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mib1185";
repo = "aiopegelonline";
rev = "refs/tags/v${version}";
hash = "sha256-/k0TR0oUYZigi/2xRVLPFAIMAmXoLnE0NRlvEZrWylo=";
hash = "sha256-nKuqAzT1O5n9X/fEUm+M2RdB4u7moUGQzFA7knSEpBs=";
};
nativeBuildInputs = [