python3Packages.asyncsleepiq: 1.6.0 -> 1.6.1 (#483906)

This commit is contained in:
Nick Cao
2026-01-26 22:24:26 +00:00
committed by GitHub
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "asyncsleepiq";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Fhs1vsAmuCKpkNr5paoY4JGoS8LQzkiZn+m5JWq6Hc0=";
hash = "sha256-1BQYO8Nr/pvV6fz3J+340nEZhbbfFp5rytdgRAyRr0o=";
};
nativeBuildInputs = [ setuptools ];