summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 03:34:52 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 03:34:52 +0000
commitcf05c0be73dc9774fed13394b417a648d893d7e7 (patch)
treedbaf71c5918e249975f1b590f58b4711eaca5038 /pkgs/development/python-modules
parentc8cd65298e567e1e604431e4544361e365410f8c (diff)
python312Packages.loqedapi: 2.1.8 -> 2.1.10
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/loqedapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/loqedapi/default.nix b/pkgs/development/python-modules/loqedapi/default.nix
index 332edd1c0112..96370c07aac4 100644
--- a/pkgs/development/python-modules/loqedapi/default.nix
+++ b/pkgs/development/python-modules/loqedapi/default.nix
@@ -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 = [