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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:47 +02:00
parent e17f85e7fb
commit f745be201b
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "hatch-nodejs-version";
version = "0.3.2";
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "agoose77";
repo = "hatch-nodejs-version";
tag = "v${version}";
hash = "sha256-hknlb11DCe+b55CfF3Pr62ccWPxVrjQ197ZagSiH/zU=";
hash = "sha256-Oe07HFzhhnAGTWM51xSgRmpJgIZg0oMIxkmMxKRPMwI=";
};
propagatedBuildInputs = [ hatchling ];