Merge pull request #258338 from r-ryantm/auto-update/python310Packages.pymyq

python310Packages.pymyq: 3.1.9 -> 3.1.10
This commit is contained in:
Fabian Affolter 2023-10-01 10:11:03 +02:00 committed by GitHub
commit 0774f092bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [