Merge pull request #294204 from r-ryantm/auto-update/python312Packages.loqedapi

python312Packages.loqedapi: 2.1.8 -> 2.1.10
This commit is contained in:
Fabian Affolter 2024-03-08 10:25:35 +01:00 committed by GitHub
commit c4495e1e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "loqedapi";
version = "2.1.8";
version = "2.1.10";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cpolhout";
repo = "loqedAPI";
rev = "refs/tags/v${version}";
hash = "sha256-9ekZ98GazH1tna4JT5SEUETKR227UYRIBBghdj+TFB4=";
hash = "sha256-IYzrGqql6mmm+FmasxFJvKgHvg7n81WOu+GGAEQ1+Os=";
};
nativeBuildInputs = [