python3Packages.asyncsleepiq: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2026-01-26 08:31:29 +00:00
parent ce58c68ee3
commit 1731ea50e9
@@ -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 ];