python3Packages.hier-config: 3.2.2 -> 3.3.0

This commit is contained in:
R. Ryantm
2025-11-09 10:46:52 +00:00
parent bb2e2e26e9
commit 4d2a9d6cf6
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "hier-config";
version = "3.2.2";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "netdevops";
repo = "hier_config";
tag = "v${version}";
hash = "sha256-3xSxzdIxoQgJtA3CX141jP2Zl2j8Dwfplv4JYpHpCdQ=";
hash = "sha256-rIZ87jzpvSluDo+g3a2aHSmD7JXbZFHa7tvHePUwboI=";
};
build-system = [ poetry-core ];