Fabian Affolter
2024-07-07 10:46:03 +02:00
parent fa6273dcec
commit 46c18d0b2a
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyloadapi";
version = "1.2.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tr4nt0r";
repo = "pyloadapi";
rev = "refs/tags/v${version}";
hash = "sha256-uOgqc1RqmEk0Lqz/ixlChKTZva7+0v4V8KutLSgPKEE=";
hash = "sha256-tgK2zxgd0v2JEWgFwJLcNngDobuttM7FHKuHfTeFo14=";
};
postPatch = ''
@@ -47,6 +47,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pyloadapi" ];
disabledTestPaths = [
# Tests require network access
"tests/test_cli.py"
];
meta = with lib; {
description = "Simple wrapper for pyLoad's API";
homepage = "https://github.com/tr4nt0r/pyloadapi";