python311Packages.fontmake 0 -> 1 attrpath: python311Packages.fontmake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vbr4r8i5sylwrlklf1fvvga492zdzmyn-packages.json.drv building '/nix/store/vbr4r8i5sylwrlklf1fvvga492zdzmyn-packages.json.drv'... Going to be running update for following packages: - python3.11-fontmake-3.8.1 Press Enter key to continue... Running update for: - python3.11-fontmake-3.8.1: UPDATING ... - python3.11-fontmake-3.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fontmake/default.nix b/pkgs/development/python-modules/fontmake/default.nix index 7911750bbeeb..d46083361e80 100644 --- a/pkgs/development/python-modules/fontmake/default.nix +++ b/pkgs/development/python-modules/fontmake/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "fontmake"; - version = "3.8.1"; + version = "3.9.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-m0cRLm9Jbqlsf9NwR7Lma2NZYUjy5IDJYOorVbdLDuw="; + hash = "sha256-KrfT0fvE1fhaM2RH4LqRUda7yMHg2T59UdGi3SSZP7s="; extension = "zip"; }; No auto update branch exists Old version 3.8.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , glyphslib , setuptools-scm , ufo2ft , fonttools , fontmath , lxml , setuptools }: buildPythonPackage rec { pname = "fontmake"; version = "3.9.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-KrfT0fvE1fhaM2RH4LqRUda7yMHg2T59UdGi3SSZP7s="; extension = "zip"; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ glyphslib ufo2ft fonttools fontmath lxml setuptools ]; pythonImportsCheck = [ "fontmake" ]; meta = { description = "Compiles fonts from various sources (.glyphs, .ufo, designspace) into binaries formats (.otf, .ttf)"; homepage = "https://github.com/googlefonts/fontmake"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.BarinovMaxim ]; }; }