Merge pull request #261982 from fabaff/aiowaqi-bump

python311Packages.aiowaqi: 2.0.0 -> 2.1.0

authored by

Fabian Affolter and committed by
GitHub
f82675c7 1dc7ef2a

+2 -2
+2 -2
pkgs/development/python-modules/aiowaqi/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "aiowaqi"; 16 - version = "2.0.0"; 16 + version = "2.1.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.11"; ··· 22 22 owner = "joostlek"; 23 23 repo = "python-waqi"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-WEcCv4PCJ1gmRkQbjhIxx8qi1zps2Z65iFrdBHXPPvA="; 25 + hash = "sha256-wwpktevEh/ukb9ByV660BePyqYU49/W+lIcgXuEBcuQ="; 26 26 }; 27 27 28 28 postPatch = ''