Unverified Commit 49ab418a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.nanoemoji: 0.15.8 -> 0.15.9 (#448003)

parents 0c84e294 cc5345c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "nanoemoji";
  version = "0.15.8";
  version = "0.15.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googlefonts";
    repo = "nanoemoji";
    tag = "v${version}";
    hash = "sha256-QufiPTVb4bjWgb76DOOt0u4WGiZkbYC7oKkwxv3S8us=";
    hash = "sha256-T/d7gbw8n2I6amp3qAK/uo3Uf1qZ9teVOCIgkiMSkmE=";
  };

  patches = [