python3Packages.hier-config: 3.6.0 -> 3.6.1

This commit is contained in:
R. Ryantm
2026-07-10 09:26:11 +00:00
parent 7ceea9d6c5
commit ef1a83ae4b
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "hier-config";
version = "3.6.0";
version = "3.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "netdevops";
repo = "hier_config";
tag = "v${finalAttrs.version}";
hash = "sha256-OMX66ffIPuWkjVEL8fe6E7WCVF+J9+suh5TsQW5e7IY=";
hash = "sha256-reOfBIl5+kEEqOT+ZS40FDsNA/xkhLGfcf1LEbIpVlI=";
};
build-system = [ poetry-core ];