0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python310Packages.bc-python-hcl2: 0.3.43 -> 0.3.44

This commit is contained in:
R. Ryantm 2022-06-29 07:43:12 +00:00
parent cf3ab54b4a
commit 78dd1e5902

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "bc-python-hcl2";
version = "0.3.43";
version = "0.3.44";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-rUmvhmqvVtblmqzbYJcHUdFSw2PsPGbZFPJRi3Xtjv0=";
hash = "sha256-C7dknDfoN4rwXI5/YhsKXoertpQUpoOKrbbW4yVXrgQ=";
};
# Nose is required during build process, so can not use `checkInputs`.