python311Packages.asyncsleepiq: 1.5.1 -> 1.5.2

Changelog: https://github.com/kbickar/asyncsleepiq/releases/tag/v1.5.2
This commit is contained in:
Robert Schütz 2024-01-20 20:37:33 -08:00
parent a85a99c33e
commit e4dd0f5333

View File

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "asyncsleepiq"; pname = "asyncsleepiq";
version = "1.5.1"; version = "1.5.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-YZimENglXCamHWGS3TrLNsaRMa/deNJiQ1fs8KAj7rc="; hash = "sha256-QwVUYYC25Lx3nfQ8PKCO2mFMT9ol6mvwojVVATwW4kI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [