Merge pull request #271602 from r-ryantm/auto-update/python310Packages.fontawesomefree
python310Packages.fontawesomefree: 6.4.2 -> 6.5.1
This commit is contained in:
commit
1e6914815f
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "fontawesomefree";
|
||||
version = "6.4.2";
|
||||
version = "6.5.1";
|
||||
format = "wheel";
|
||||
|
||||
# they only provide a wheel
|
||||
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||
inherit pname version format;
|
||||
dist = "py3";
|
||||
python = "py3";
|
||||
hash = "sha256-zq/378T8Odrf88P/cpinoQlUAxENNz8iRWuxw0q22wI=";
|
||||
hash = "sha256-jexKLuN7+OUzeeu/DTjO/sTgbHySJ/Wa8527exYygXs=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue