Merge pull request #296672 from Stunkymonkey/python-parsley-normalize
python312Packages.parsley: normalize pname
This commit is contained in:
commit
95ba44e8f7
1 changed files with 3 additions and 2 deletions
|
@ -4,10 +4,11 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Parsley";
|
pname = "parsley";
|
||||||
version = "1.3";
|
version = "1.3";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "Parsley";
|
||||||
|
inherit version;
|
||||||
sha256 = "0hcd41bl07a8sx7nmx12p16xprnblc4phxkawwmmy78n8y6jfi4l";
|
sha256 = "0hcd41bl07a8sx7nmx12p16xprnblc4phxkawwmmy78n8y6jfi4l";
|
||||||
};
|
};
|
||||||
# Tests fail although the package works just fine. Unfortunately
|
# Tests fail although the package works just fine. Unfortunately
|
||||||
|
|
Loading…
Reference in a new issue