python3Packages.aetcd: 1.0.0a4 -> 1.0.0

https://github.com/martyanov/aetcd/blob/v1.0.0/docs/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:02 +02:00
parent 8b804bca84
commit 58f85b60ba

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "aetcd";
version = "1.0.0a4";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "martyanov";
repo = "aetcd";
tag = "v${version}";
hash = "sha256-g49ppfh8dyGpZeu/HdTDX8RAk5VTcZmqENRpNY12qkg=";
hash = "sha256-wGs1YG/7gCVMd6iS2RLoMBVJ93aO3dAG1x6/rrhK+C0=";
};
postPatch = ''
@@ -58,7 +58,7 @@ buildPythonPackage rec {
meta = {
description = "Python asyncio-based client for etcd";
homepage = "https://github.com/martyanov/aetcd";
changelog = "https://github.com/martyanov/aetcd/blob/v${version}/docs/changelog.rst";
changelog = "https://github.com/martyanov/aetcd/blob/${src.tag}/docs/changelog.rst";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};