python312Packages.pyais: 2.8.1 -> 2.8.2 (#356125)

This commit is contained in:
Fabian Affolter 2024-11-15 22:45:34 +01:00 committed by GitHub
commit f3c2380d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyais";
version = "2.8.1";
version = "2.8.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "M0r13n";
repo = "pyais";
rev = "refs/tags/v${version}";
hash = "sha256-aIpIeDJGMfNVzeXY8GaPOYKam2HxcdHgSOhOoGmGDoc=";
hash = "sha256-G3P1ijwOmd1UFIRXC8qPG93gtWJt+EclzO7wjtvj6tk=";
};
build-system = [ setuptools ];