python311Packages.asyncsleepiq: 1.4.0 -> 1.4.1

Changelog: https://github.com/kbickar/asyncsleepiq/releases/tag/v1.4.1
This commit is contained in:
Fabian Affolter
2023-12-30 23:09:34 +01:00
parent 3ff2ce71b8
commit a261d6a338
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "asyncsleepiq";
version = "1.4.0";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-H5Zg1I7+/vG5U9Tnr/qXVg/tTPMtuCWQGfEgug9ehEM=";
hash = "sha256-FDGNRBa45Q/L8468C3mZLEPduo9EpHWczO5z3Fe7Nwc=";
};
propagatedBuildInputs = [