mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
Merge pull request #296672 from Stunkymonkey/python-parsley-normalize
python312Packages.parsley: normalize pname
This commit is contained in:
commit
95ba44e8f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user