python3Packages.fontparts: 0.12.7 -> 0.13.1

This commit is contained in:
R. Ryantm
2025-06-12 01:07:54 +00:00
parent 3fa008da69
commit edda93bd02
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "fontparts";
version = "0.12.7";
version = "0.13.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zg8QkiHh4UhhXdTRhDKulB+Q2E6GZyD0fnPIm6fWZGc=";
hash = "sha256-+oifxmY7MUkQj3Sy75wjRmoVEPkgZaO3+8/sauMMxYA=";
extension = "zip";
};