python310Packages.hvac: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2024-01-09 01:32:45 +00:00
parent bc85b737c5
commit f30d03a706
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "hvac";
version = "2.0.0";
version = "2.1.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-alHLmg0i/hPoJMsLChzi7qy5zmr2i30bZoniXsG+yvU=";
hash = "sha256-tIvNoRpKsKe2xHIyx7p8h/2jGK4tSnZigAxGWnh0KJQ=";
};
nativeBuildInputs = [