python3Packages.namex: 0.0.9 -> 0.1.0 (#412318)

This commit is contained in:
Gaétan Lepage
2025-05-31 18:56:25 +02:00
committed by GitHub
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "namex";
version = "0.0.9";
version = "0.1.0";
pyproject = true;
# Not using fetchFromGitHub because the repo does not have any tag/release
src = fetchPypi {
inherit pname version;
hash = "sha256-it/qnaXOpb6PTmMjSbRmnjAXLHhZ4f2XRZ/fOxdGklM=";
hash = "sha256-EX8DzNMCzEjj9cWKKWg49ricg0VauGg6HoXypDCqQwY=";
};
build-system = [