python3Packages.namex: 0.0.9 -> 0.1.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user