Skip to content

Commit

Permalink
python37Packages.pyhcl: 0.4.1 -> 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Apr 7, 2020
1 parent 3696ca1 commit 2687432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyhcl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "pyhcl";
version = "0.4.1";
version = "0.4.2";
disabled = !isPy3k;

src = fetchFromGitHub {
owner = "virtuald";
repo = pname;
rev = version;
sha256 = "13nszg2plfvza3syki1rxnx3k3h90qq4wkgv86l1xpz31k3pf6k4";
sha256 = "01y5fn3pis43i0w0858wmrc8azfinp07a16ixglmg28gg07c0zkd";
};

# https://github.com/virtuald/pyhcl/blob/51a7524b68fe21e175e157b8af931016d7a357ad/setup.py#L64
Expand Down

0 comments on commit 2687432

Please sign in to comment.