python3Packages.hatch-nodejs-version: 0.3.2 -> 0.4.0

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
hatch-nodejs-version
+2 -2
pkgs/development/python-modules/hatch-nodejs-version/default.nix
···
buildPythonPackage rec {
pname = "hatch-nodejs-version";
-
version = "0.3.2";
+
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
···
owner = "agoose77";
repo = "hatch-nodejs-version";
tag = "v${version}";
-
hash = "sha256-hknlb11DCe+b55CfF3Pr62ccWPxVrjQ197ZagSiH/zU=";
+
hash = "sha256-Oe07HFzhhnAGTWM51xSgRmpJgIZg0oMIxkmMxKRPMwI=";
};
propagatedBuildInputs = [ hatchling ];