python3Packages.pyais: 2.10.0 -> 2.11.1

This commit is contained in:
R. Ryantm 2025-07-03 10:14:26 +00:00
parent f5f1c7605e
commit f088273b70

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyais"; pname = "pyais";
version = "2.10.0"; version = "2.11.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "M0r13n"; owner = "M0r13n";
repo = "pyais"; repo = "pyais";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-/9huwpBO8rMBBOp4icSxRrVvCTSzKJp34brDFKgs+Vk="; hash = "sha256-/etiTXKNcf5sMHxdl2dq1gH3OwKTwrz7zyH3CXmx/vQ=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];