Commit 8a3ba905 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.glyphslib: 6.10.2 -> 6.10.3

parent cf7c43aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "glyphslib";
  version = "6.10.2";
  version = "6.10.3";

  format = "pyproject";

@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "googlefonts";
    repo = "glyphsLib";
    tag = "v${version}";
    hash = "sha256-70qTvGYDbh6P57wbQGaKHmJYxOeY2xNN4cKL0tAJYEI=";
    hash = "sha256-DLyWuFrAwc/ElGFjLxWY4RihwlQ143AUnWBzzJttZT4=";
  };

  nativeBuildInputs = [ setuptools-scm ];