python313Packages.pyais: 2.8.3 -> 2.8.4

Diff: https://github.com/M0r13n/pyais/compare/refs/tags/v2.8.3...v2.8.4

Changelog: https://github.com/M0r13n/pyais/blob/v2.8.4/CHANGELOG.txt
This commit is contained in:
Fabian Affolter
2025-02-01 00:46:49 +01:00
parent b7210760d3
commit ce86fc6dd0
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyais";
version = "2.8.3";
version = "2.8.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "M0r13n";
repo = "pyais";
tag = "v${version}";
hash = "sha256-LSIytiWqHEczPPGoE3/EX3nCsLOq8zIx4Y2+PGwYgRs=";
hash = "sha256-IZlli183J2HOfUreuy2/zx6eknlH1jArYPrB5T7PpzA=";
};
build-system = [ setuptools ];