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

authored by Nick Cao and committed by GitHub 9f543545 832ee35a

+2 -2
+2 -2
pkgs/development/python-modules/fontparts/default.nix
··· 20 21 buildPythonPackage rec { 22 pname = "fontparts"; 23 - version = "0.12.7"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.7"; 27 28 src = fetchPypi { 29 inherit pname version; 30 - hash = "sha256-zg8QkiHh4UhhXdTRhDKulB+Q2E6GZyD0fnPIm6fWZGc="; 31 extension = "zip"; 32 }; 33
··· 20 21 buildPythonPackage rec { 22 pname = "fontparts"; 23 + version = "0.13.1"; 24 pyproject = true; 25 26 disabled = pythonOlder "3.7"; 27 28 src = fetchPypi { 29 inherit pname version; 30 + hash = "sha256-+oifxmY7MUkQj3Sy75wjRmoVEPkgZaO3+8/sauMMxYA="; 31 extension = "zip"; 32 }; 33