Skip to content

Commit

Permalink
pythonPackages.hvac: init at 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Jul 19, 2016
1 parent 4ddaf12 commit b5f22e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -11150,6 +11150,18 @@ in modules // {
};
};

hvac = buildPythonPackage rec {
name = "hvac-${version}";
version = "0.2.15";

src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/11/ba/6101780891b9d55f6174fa78b47d462c8c1f0cde34072b45fc39f7f8a77c/hvac-0.2.15.tar.gz";
sha256 = "0qxa4g1ij1bj27mbp8l54lcr7d5krkb2rayisc6shkpf2b51ip4c";
};

propagatedBuildInputs = with self; [ requests2 ];
};

hypothesis1 = buildPythonPackage rec {
name = "hypothesis-1.14.0";

Expand Down

0 comments on commit b5f22e0

Please sign in to comment.