python3Packages.entry-points-txt: 0.2.1 -> 0.3.0

This commit is contained in:
R. Ryantm
2025-11-23 11:17:19 +00:00
parent 4b7db3f5d0
commit 3bfcd841cd
@@ -10,14 +10,14 @@
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 ];