rofimoji: 6.3.1 -> 6.3.2

This commit is contained in:
R. Ryantm 2024-06-18 16:51:27 +00:00
parent bd8d034e65
commit 3dd8a6d9d5

View File

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