python312Packages.pyais: 2.8.0 -> 2.8.1 (#349933)

This commit is contained in:
Fabian Affolter
2024-10-20 10:25:57 +02:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyais"; pname = "pyais";
version = "2.8.0"; version = "2.8.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "M0r13n"; owner = "M0r13n";
repo = "pyais"; repo = "pyais";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-qggtwz6cSz5mLKLVY0i7gWs09EcOoxlWWQoHZv+TDc8="; hash = "sha256-aIpIeDJGMfNVzeXY8GaPOYKam2HxcdHgSOhOoGmGDoc=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];