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

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:17 +01:00
parent 31914b44a2
commit 56281892c7

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hatch-nodejs-version";
version = "0.3.0";
version = "0.3.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "agoose77";
repo = "hatch-nodejs-version";
rev = "v${version}";
sha256 = "sha256-TBvqXjka8poQ8xxQ/H1hFYRLqnP1024uan1d9b95ags=";
rev = "refs/tags/v${version}";
sha256 = "sha256-txF392XiRqHndTEYw6QVk12Oqw9E6cOwF81hUyp2oh4=";
};
propagatedBuildInputs = [