Merge pull request #165753 from r-ryantm/auto-update/python310Packages.asyncsleepiq

python310Packages.asyncsleepiq: 1.2.0 -> 1.2.1
This commit is contained in:
Fabian Affolter 2022-03-25 13:40:09 +01:00 committed by GitHub
commit 64a6a5af7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "asyncsleepiq";
version = "1.2.0";
version = "1.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-bE9eOjOLERnioOunIBN7Hc/Nvs1zDXMSMzqZsVRg6Jo=";
sha256 = "sha256-pIfEdNmtnwA+PE3lXVd7Qd8Igj+/aqZmuDqFs60PxgY=";
};
propagatedBuildInputs = [