Skip to content

Commit

Permalink
python310Packages.hvac: 2.0.0 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 9, 2024
1 parent bc85b73 commit f30d03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hvac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f30d03a

Please sign in to comment.