Merge pull request #296672 from Stunkymonkey/python-parsley-normalize

python312Packages.parsley: normalize pname
This commit is contained in:
Felix Bühler 2024-03-18 19:34:16 +01:00 committed by GitHub
commit 95ba44e8f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,11 @@
}:
buildPythonPackage rec {
pname = "Parsley";
pname = "parsley";
version = "1.3";
src = fetchPypi {
inherit pname version;
pname = "Parsley";
inherit version;
sha256 = "0hcd41bl07a8sx7nmx12p16xprnblc4phxkawwmmy78n8y6jfi4l";
};
# Tests fail although the package works just fine. Unfortunately