python313Packages.aiopulse: 0.4.6 -> 0.4.7 (#394262)

This commit is contained in:
Fabian Affolter
2025-03-29 12:17:27 +01:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "aiopulse";
version = "0.4.6";
version = "0.4.7";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-juubQHAAQYN9mSssfF3prYByy+wxscZFxwgspJU8zYA=";
hash = "sha256-DM/zDFoTYgaW+o2YYv4bDAja5iwabIBfFJ7Yep4Fywc=";
};
build-system = [ hatchling ];