clickable: 8.3.1 -> 8.4.0

This commit is contained in:
R. Ryantm 2025-08-09 19:59:13 +00:00
parent b5b18aab99
commit 19c07e7541

View File

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "clickable";
version = "8.3.1";
version = "8.4.0";
format = "pyproject";
src = fetchFromGitLab {
owner = "clickable";
repo = "clickable";
rev = "v${version}";
hash = "sha256-Vn2PyALaRrE+jJRdZzW+jjCm3f2GfpgrQcFGB7kr4EM=";
hash = "sha256-mqAJBxYHOsMiSjWjtam/GvxjNBZ8mkOuBibmFORGhEg=";
};
build-system = [ python3Packages.setuptools ];