python313Packages.pyportainer: 1.0.22 -> 1.0.23 (#480063)
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
yarl,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pyportainer";
|
||||
version = "1.0.22";
|
||||
version = "1.0.23";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "erwindouna";
|
||||
repo = "pyportainer";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-rbRXrfORFxU0ar4scmAA1Rgaaci5zHSceItTwOOTogQ=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-bPVAqL25kJ5EsnM7bUA+sqn0Q5uTOuFuKzneviK6078=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -44,10 +44,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/erwindouna/pyportainer/releases/tag/${src.tag}";
|
||||
changelog = "https://github.com/erwindouna/pyportainer/releases/tag/${finalAttrs.src.tag}";
|
||||
description = "Asynchronous Python client for the Portainer API";
|
||||
homepage = "https://github.com/erwindouna/pyportainer";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.dotlambda ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user