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

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:37 +02:00
parent 298cb4522f
commit 4f29b6dd64
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hatch-nodejs-version";
version = "0.3.1";
version = "0.3.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "agoose77";
repo = "hatch-nodejs-version";
rev = "refs/tags/v${version}";
hash = "sha256-txF392XiRqHndTEYw6QVk12Oqw9E6cOwF81hUyp2oh4=";
hash = "sha256-hknlb11DCe+b55CfF3Pr62ccWPxVrjQ197ZagSiH/zU=";
};
propagatedBuildInputs = [