python3Packages.pyais: 2.13.1 -> 2.13.2 (#440369)

This commit is contained in:
Fabian Affolter
2025-09-05 13:40:16 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyais";
version = "2.13.1";
version = "2.13.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "M0r13n";
repo = "pyais";
tag = "v${version}";
hash = "sha256-T6ibxUt62oZ1obokdFIU9l0hmtCMnZzc/YOIK2QUcCE=";
hash = "sha256-CLsUVARpyxOshvrHY+NoVi0HSvn1R02jDnMqn0sRGgM=";
};
build-system = [ setuptools ];