Skip to content

Commit

Permalink
python37Packages.hvac: 0.10.5 -> 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 22, 2020
1 parent b29490c commit 458fc5d
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 @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "hvac";
version = "0.10.5";
version = "0.10.6";

src = fetchPypi {
inherit pname version;
sha256 = "87dc2a3183c1d4595990203e752b430155d7582a60850dfe0756189a233d4b57";
sha256 = "b0561dbdfecc6a6d7b0cc226d75a800ae9bbc93313a6ad526a1adc97be51eada";
};

propagatedBuildInputs = [ requests six ];
Expand Down

0 comments on commit 458fc5d

Please sign in to comment.