Unverified Commit 4ed71561 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #310282 from annaleeleaves/glyphsets-update

python3Packages.{glyphslib, glyphsets}: update to unbreak
parents ded67897 9964c3c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
buildPythonPackage rec {
  pname = "fontmake";
  version = "3.9.0";
  format = "setuptools";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
+4 −2
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, gflanguages
, glyphslib
, pytestCheckHook
, pyyaml
, requests
, setuptools
, setuptools-scm
@@ -14,12 +15,12 @@

buildPythonPackage rec {
  pname = "glyphsets";
  version = "0.6.19";
  version = "1.0.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-vO9gzMCXPlkkM9MtRhlulAnQi6uZMtJU1NqcP8w6tCo=";
    hash = "sha256-fa+W1IGIZcn1P1xNKm1Yb/TOuf4QdDVnIvlDkOLOcLY=";
  };

  dependencies = [
@@ -27,6 +28,7 @@ buildPythonPackage rec {
    fonttools
    gflanguages
    glyphslib
    pyyaml
    requests
    setuptools
    unicodedata2
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "glyphslib";
  version = "6.7.0";
  version = "6.7.1";

  format = "pyproject";

@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "googlefonts";
    repo = "glyphsLib";
    rev = "refs/tags/v${version}";
    hash = "sha256-Fhp/2nK1LFgpJ3J7ZTxl2jKT6sCDyqT5qlLCtbnUejM=";
    hash = "sha256-mUwbUGLhxwoYEwjbT558rTA8dtWxQXyqWYNEVy/WpIU=";
  };

  nativeBuildInputs = [ setuptools-scm ];