python3Packages.pyhcl: 0.4.5 -> 0.4.6

This commit is contained in:
R. Ryantm
2026-01-25 13:45:06 +00:00
parent 9f399ebaf1
commit ed38480956
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyhcl";
version = "0.4.5";
version = "0.4.6";
pyproject = true;
src = fetchFromGitHub {
owner = "virtuald";
repo = "pyhcl";
tag = version;
hash = "sha256-vF40xEahs98G0lIC6XIl3eJHIuai2xTAeshUjiKN/BY=";
hash = "sha256-djT0ao1WbM/sLKRycdA5J4IRu8NbmDayVKBdE4s6E2M=";
};
# https://github.com/virtuald/pyhcl/blob/51a7524b68fe21e175e157b8af931016d7a357ad/setup.py#L64