Skip to content

Commit ebf1d43

Browse files
authored
python3Packages.namex: 0.0.9 -> 0.1.0 (NixOS#412318)
2 parents 92750e6 + abb801a commit ebf1d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/namex/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildPythonPackage rec {
99
pname = "namex";
10-
version = "0.0.9";
10+
version = "0.1.0";
1111
pyproject = true;
1212

1313
# Not using fetchFromGitHub because the repo does not have any tag/release
1414
src = fetchPypi {
1515
inherit pname version;
16-
hash = "sha256-it/qnaXOpb6PTmMjSbRmnjAXLHhZ4f2XRZ/fOxdGklM=";
16+
hash = "sha256-EX8DzNMCzEjj9cWKKWg49ricg0VauGg6HoXypDCqQwY=";
1717
};
1818

1919
build-system = [

0 commit comments

Comments
 (0)