Unverified Commit 66e4f4fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.entry-points-txt: 0.2.1 -> 0.3.0 (#464236)

parents 28cf98ee a05886d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

buildPythonPackage rec {
  pname = "entry-points-txt";
  version = "0.2.1";
  version = "0.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jwodder";
    repo = "entry-points-txt";
    tag = "v${version}";
    hash = "sha256-hIUXxBJ0XSB4FrNZJdofJ1gTTncILNq9Xh+iAV1CD0s=";
    hash = "sha256-8oGK7aIDgXkCLh/d38hWzfF367KhmggG2s820D2r/EA=";
  };

  nativeBuildInputs = [ hatchling ];
  build-system = [ hatchling ];

  nativeCheckInputs = [
    pytestCheckHook