python310Packages.pymyq: 3.1.9 -> 3.1.10

This commit is contained in:
R. Ryantm 2023-10-01 05:28:57 +00:00
parent 1f0e8ac1f9
commit 41cdf35c23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pymyq";
version = "3.1.9";
version = "3.1.10";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Python-MyQ";
repo = "Python-MyQ";
rev = "refs/tags/v${version}";
hash = "sha256-7fGm7VGE9D6vmQkNmiB52+il3GE/rTqTqxqAORy88l4=";
hash = "sha256-rHe7iBk+u+HHnBPdN+fX9FdFhBMYjtit1Z9AYXZ9EHI=";
};
nativeBuildInputs = [