python3Packages.pyais: 2.9.2 -> 2.9.4

This commit is contained in:
R. Ryantm 2025-05-24 18:47:52 +00:00
parent 89ee231963
commit 86dd94e458

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyais"; pname = "pyais";
version = "2.9.2"; version = "2.9.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "M0r13n"; owner = "M0r13n";
repo = "pyais"; repo = "pyais";
tag = "v${version}"; tag = version;
hash = "sha256-0W+bPYWbfXXbo7m7EizFYX00LdxYn1Iu46o0MgiX2Gk="; hash = "sha256-cuV3M8lI2Lw9iu4jLfMu/p3kfQO2TEnjjobMRj/Em78=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];