python3Packages.namex: 0.0.9 -> 0.1.0

This commit is contained in:
R. Ryantm
2025-05-30 08:42:31 +00:00
parent 4420d42422
commit abb801a9df

View File

@@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "namex"; pname = "namex";
version = "0.0.9"; version = "0.1.0";
pyproject = true; pyproject = true;
# Not using fetchFromGitHub because the repo does not have any tag/release # Not using fetchFromGitHub because the repo does not have any tag/release
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-it/qnaXOpb6PTmMjSbRmnjAXLHhZ4f2XRZ/fOxdGklM="; hash = "sha256-EX8DzNMCzEjj9cWKKWg49ricg0VauGg6HoXypDCqQwY=";
}; };
build-system = [ build-system = [