We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92750e6 + abb801a commit ebf1d43Copy full SHA for ebf1d43
pkgs/development/python-modules/namex/default.nix
@@ -7,13 +7,13 @@
7
8
buildPythonPackage rec {
9
pname = "namex";
10
- version = "0.0.9";
+ version = "0.1.0";
11
pyproject = true;
12
13
# Not using fetchFromGitHub because the repo does not have any tag/release
14
src = fetchPypi {
15
inherit pname version;
16
- hash = "sha256-it/qnaXOpb6PTmMjSbRmnjAXLHhZ4f2XRZ/fOxdGklM=";
+ hash = "sha256-EX8DzNMCzEjj9cWKKWg49ricg0VauGg6HoXypDCqQwY=";
17
};
18
19
build-system = [
0 commit comments