python3Packages.fontparts: 0.12.7 -> 0.13.1 (#416020)

This commit is contained in:
Nick Cao
2025-06-12 15:52:14 -04:00
committed by GitHub
@@ -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";
};