mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.pyyaml-ft: fix pname (#413344)
This commit is contained in:
commit
3545ba9b34
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyyaml";
|
||||
pname = "pyyaml-ft";
|
||||
version = "7.0.1";
|
||||
pyproject = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue