python3Packages.pyhocon: 0.3.61 -> 0.3.63

This commit is contained in:
R. Ryantm
2026-03-23 16:25:04 +00:00
parent 3b4e1cfcb7
commit 6b212a4a6e
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyhocon";
version = "0.3.61";
version = "0.3.63";
format = "setuptools";
src = fetchFromGitHub {
owner = "chimpler";
repo = "pyhocon";
tag = version;
hash = "sha256-xXx30uxJ8+KPVdYC6yRzEDJbwYSzIO/Gy1xrehvI5ZE=";
hash = "sha256-uguNvXBaccAUdQx1zcpn/i3jSa5Y4uWTqkFr6rI4fBc=";
};
propagatedBuildInputs = [