Skip to content

Commit

Permalink
fixup! python3Packages.pyproject-metadata: 0.7.1 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 18, 2024
1 parent 942fd3f commit 1a79fd6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/development/python-modules/pyproject-metadata/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, flit-core
, packaging
, pytestCheckHook
, pythonOlder
Expand All @@ -16,17 +17,17 @@ buildPythonPackage rec {

disabled = pythonOlder "3.7";

src = fetchPypi rec {
inherit pname version;
src = fetchPypi {
pname = "pyproject_metadata";
inherit version;
hash = "sha256-N21aAHZKwpRApUV5+I5mt9nLfmKdNcNaHHJIv+vJtFU=";
};

nativeBuildInputs = [
setuptools
wheel
build-system = [
flit-core
];

propagatedBuildInputs = [
dependencies = [
packaging
];

Expand Down

0 comments on commit 1a79fd6

Please sign in to comment.