python313Packages.aiosseclient: 0.1.7 -> 0.1.8

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

Changelog: https://github.com/ebraminio/aiosseclient/releases/tag/0.1.8
This commit is contained in:
Fabian Affolter
2025-03-09 22:06:31 +01:00
parent 1f8c4142b3
commit 93d80e6cf9

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiosseclient";
version = "0.1.7";
version = "0.1.8";
pyproject = true;
src = fetchFromGitHub {
owner = "ebraminio";
repo = "aiosseclient";
tag = version;
hash = "sha256-Z14Wl/M1FFq9HcLgzhsC/wfqamdwBcqHcOketFg5f+U=";
hash = "sha256-ynWqRQsCuog8myNleJDdp+omyujmNB1Ys7O6gU2AaUc=";
};
build-system = [ setuptools ];