Skip to content

Commit

Permalink
python310Packages.bc-python-hcl2: 0.3.46 -> 0.3.47
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 13, 2022
1 parent d99e0c6 commit c65b08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bc-python-hcl2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "bc-python-hcl2";
version = "0.3.46";
version = "0.3.47";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-At8K/eTXZ8CYDflI7Z7sBhE0VeElPUDk8KYfRJTl1v0=";
hash = "sha256-F4vAn6HRvNNc+4ZfGCzUef14bNmxTICwENmaOe3MaHc=";
};

# Nose is required during build process, so can not use `checkInputs`.
Expand Down

0 comments on commit c65b08f

Please sign in to comment.