python310Packages.asyncsleepiq: 1.3.4 -> 1.3.5

Changelog: https://github.com/kbickar/asyncsleepiq/releases/tag/v1.3.5
This commit is contained in:
Fabian Affolter 2023-05-10 11:32:19 +02:00
parent 22eca7eb75
commit 5d6a91a1b5

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "asyncsleepiq";
version = "1.3.4";
version = "1.3.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eW6iSGuaZ/cQZKN55b6tHsBPdYglxGYt7OoxV7czB8w=";
hash = "sha256-CLBKFDvhErnWNEs7xWLha2QgUvKRDmj0y1CYYKri3ag=";
};
propagatedBuildInputs = [