python312Packages.pyais: 2.8.1 -> 2.8.2

Diff: https://github.com/M0r13n/pyais/compare/refs/tags/v2.8.1...v2.8.2

Changelog: https://github.com/M0r13n/pyais/blob/v2.8.2/CHANGELOG.txt
This commit is contained in:
Fabian Affolter 2024-11-15 11:00:50 +01:00
parent 47880618c1
commit c3d845ba7b

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 ];