rofimoji: 5.6.0 -> 6.0.0

https://github.com/fdw/rofimoji/releases/tag/6.0.0

Adds support for emoji v15.
This commit is contained in:
Naïm Favier 2022-11-23 14:01:10 +01:00
parent 1406f51025
commit 90e22fde4b
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -16,18 +16,18 @@
buildPythonApplication rec {
pname = "rofimoji";
version = "5.6.0";
version = "6.0.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "fdw";
repo = "rofimoji";
rev = "refs/tags/${version}";
sha256 = "sha256-6W/59DjxrgejHSkNxpruDAws812Vjyf+GePDPbXzVbc=";
sha256 = "sha256-8gaoPn43uurZBCex5AQXHShgw46Fx3YM4BIVDjTN8OY=";
};
nativeBuildInputs = [
python3.pkgs.setuptools
python3.pkgs.poetry-core
];
# `rofi` and the `waylandSupport` and `x11Support` dependencies
@ -42,9 +42,6 @@ buildPythonApplication rec {
rm -rf extractors
'';
# no tests executed
doCheck = false;
meta = with lib; {
description = "A simple emoji and character picker for rofi";
homepage = "https://github.com/fdw/rofimoji";