python313Packages.aiosseclient: 0.1.6 -> 0.1.7 (#387851)

This commit is contained in:
Fabian Affolter
2025-03-07 20:59:57 +01:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiosseclient";
version = "0.1.6";
version = "0.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "ebraminio";
repo = "aiosseclient";
tag = version;
hash = "sha256-jXDZPVkCTVwcz1TCiPRGJZkq2KeqOglAZNY//LmLuNg=";
hash = "sha256-Z14Wl/M1FFq9HcLgzhsC/wfqamdwBcqHcOketFg5f+U=";
};
build-system = [ setuptools ];