python3Packages.hatch-nodejs-version: remove duplicate dependencies

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
Phillip Cloud 2022-09-28 12:40:37 -05:00 committed by GitHub
parent fd67e5f1ab
commit 8a85537bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,6 @@ buildPythonPackage rec {
sha256 = "sha256-TBvqXjka8poQ8xxQ/H1hFYRLqnP1024uan1d9b95ags=";
};
nativeBuildInputs = [
hatchling
];
propagatedBuildInputs = [
hatchling
];