mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user