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 {
|
buildPythonPackage rec {
|
||||||
pname = "fontawesomefree";
|
pname = "fontawesomefree";
|
||||||
version = "6.4.2";
|
version = "6.5.1";
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
|
||||||
# they only provide a wheel
|
# they only provide a wheel
|
||||||
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||||
inherit pname version format;
|
inherit pname version format;
|
||||||
dist = "py3";
|
dist = "py3";
|
||||||
python = "py3";
|
python = "py3";
|
||||||
hash = "sha256-zq/378T8Odrf88P/cpinoQlUAxENNz8iRWuxw0q22wI=";
|
hash = "sha256-jexKLuN7+OUzeeu/DTjO/sTgbHySJ/Wa8527exYygXs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue