python313Packages.aiosseclient: 0.1.6 -> 0.1.7

Diff: https://github.com/ebraminio/aiosseclient/compare/refs/tags/0.1.6...0.1.7

Changelog: https://github.com/ebraminio/aiosseclient/releases/tag/0.1.7
This commit is contained in:
Fabian Affolter
2025-03-07 11:18:15 +01:00
parent 7453946c0a
commit 1fe8d8fd87
@@ -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 ];