Merge pull request #335402 from fabaff/pyais-bump

python312Packages.pyais: 2.7.0 -> 2.7.1
This commit is contained in:
Nick Cao 2024-08-17 14:28:27 -04:00 committed by GitHub
commit 016152f795
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.7.0";
version = "2.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "M0r13n";
repo = "pyais";
rev = "refs/tags/v${version}";
hash = "sha256-6Bv0YE2zQv0mdXNzHkhq4sOJ18nmyxO884Smzwn2c8I=";
hash = "sha256-EUbEVhriJAlxr4g+iPzeyftrF+qtdIqvvljKKihK3C8=";
};
build-system = [ setuptools ];