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

python310Packages.asyncsleepiq: 1.1.2 -> 1.2.0
This commit is contained in:
Fabian Affolter 2022-03-22 11:54:47 +01:00 committed by GitHub
commit 411606235a
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.1.2";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZpxiFV9Ch46vIDxNDYm0BBD5EY8+j8AzOu6lKsQpGrY=";
sha256 = "sha256-bE9eOjOLERnioOunIBN7Hc/Nvs1zDXMSMzqZsVRg6Jo=";
};
propagatedBuildInputs = [