clickable: 8.3.1 -> 8.4.0 (#432338)

Co-authored-by: ilyakooo0 <mail@iko.soy>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-11 07:03:57 +00:00 committed by GitHub
commit 9c6b69991f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];