Merge pull request #173979 from r-ryantm/auto-update/python3.10-fontParts

python310Packages.fontparts: 0.10.4 -> 0.10.5
This commit is contained in:
sternenseemann 2022-05-22 13:58:54 +02:00 committed by GitHub
commit e04ca59317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "fontParts";
version = "0.10.4";
version = "0.10.5";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "1ic453q86s5hsw8mxnclk1vr4qp69fd67gywhv23zqwz9a7kb7lh";
sha256 = "sha256-VriGYcpd2uVDMXeF3DXGKCMRQ9pTjDkrUOt2YSUgd5M=";
extension = "zip";
};