rofimoji: 6.3.2 -> 6.4.0 (#338501)

This commit is contained in:
Nick Cao 2024-08-31 09:47:49 -04:00 committed by GitHub
commit 4b1f78918e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "rofimoji";
version = "6.3.2";
version = "6.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fdw";
repo = "rofimoji";
rev = "refs/tags/${version}";
hash = "sha256-LJJWHn3UnrCJaowHHuYksD2MHqClLc2MmYYXQfUxTgQ=";
hash = "sha256-QFwAlC3MwpslIOCvEAlS33tPFaz4T8G5+YCVznMhzes=";
};
nativeBuildInputs = [