python312Packages.pyais: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm
2024-10-20 05:44:40 +00:00
parent 75d8eea61e
commit babd3fd21c
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyais";
version = "2.8.0";
version = "2.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "M0r13n";
repo = "pyais";
rev = "refs/tags/v${version}";
hash = "sha256-qggtwz6cSz5mLKLVY0i7gWs09EcOoxlWWQoHZv+TDc8=";
hash = "sha256-aIpIeDJGMfNVzeXY8GaPOYKam2HxcdHgSOhOoGmGDoc=";
};
build-system = [ setuptools ];