python311Packages.pyhocon: 0.3.60 -> 0.3.61

This commit is contained in:
R. Ryantm 2024-06-01 05:01:26 +00:00
parent 57610d2f8f
commit bda0ed81c7

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyhocon";
version = "0.3.60";
version = "0.3.61";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "chimpler";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-H460j/DjY1lltapva3l87oyOJVjzUE9Q/oKti3SsUyU=";
hash = "sha256-xXx30uxJ8+KPVdYC6yRzEDJbwYSzIO/Gy1xrehvI5ZE=";
};
propagatedBuildInputs = [