python3Packages.hier-config: 3.4.2 -> 3.6.0

This commit is contained in:
R. Ryantm
2026-03-28 22:30:05 +00:00
parent 7a4dd1b237
commit 7f78e43965
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "hier-config";
version = "3.4.2";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "netdevops";
repo = "hier_config";
tag = "v${finalAttrs.version}";
hash = "sha256-1E/eWODD4ESmQIZJEvFbeIa0w49i/bcPQSmxriT/m7k=";
hash = "sha256-OMX66ffIPuWkjVEL8fe6E7WCVF+J9+suh5TsQW5e7IY=";
};
build-system = [ poetry-core ];