python312Packages.pyais: 2.7.0 -> 2.7.1

Diff: https://github.com/M0r13n/pyais/compare/refs/tags/v2.7.0...v2.7.1

Changelog: https://github.com/M0r13n/pyais/blob/2.7.1/CHANGELOG.txt
This commit is contained in:
Fabian Affolter
2024-08-17 17:35:08 +02:00
parent e54cd8e589
commit 162a9c910c
@@ -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 ];