Merge pull request #98159 from sternenseemann/noto-emoji-unicode-13.1

noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16
This commit is contained in:
Daniël de Kok 2020-09-20 14:20:19 +02:00 committed by GitHub
commit b83824d9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -111,18 +111,18 @@ in
}; };
noto-fonts-emoji = let noto-fonts-emoji = let
version = "unstable-2020-08-20"; version = "2020-09-16-unicode13_1";
emojiPythonEnv = emojiPythonEnv =
python3.withPackages (p: with p; [ fonttools nototools ]); python3.withPackages (p: with p; [ fonttools nototools ]);
in stdenv.mkDerivation { in stdenv.mkDerivation {
pname = "noto-fonts-emoji"; pname = "noto-fonts-emoji";
inherit version; version = builtins.replaceStrings [ "_" ] [ "." ] version;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "googlefonts"; owner = "googlefonts";
repo = "noto-emoji"; repo = "noto-emoji";
rev = "1bc491419fa2925d018f27bfe702792031be0e68"; rev = "v${version}";
sha256 = "1vak4s1p4wlwzpnqfb1c2sg62q82gnjpnmqrfz8xl6bd0z55imzy"; sha256 = "0659336dp0l2nkac153jpcb9yvp0p3dx1crcyxjd14i8cqkfi2hh";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -7,7 +7,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nototools"; pname = "nototools";
version = "0.2.12"; version = "0.2.13";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "googlefonts"; owner = "googlefonts";
repo = "nototools"; repo = "nototools";
rev = "v${version}"; rev = "v${version}";
sha256 = "0drmx1asni3g6616fa4gjn5n43qkcf7icvxq9y2krpjxq78wcmc5"; sha256 = "0ggp65xgkf9y7jamncm65lkm84wapsa47abf133pcb702875v8jz";
}; };
postPatch = '' postPatch = ''