clickable: 8.4.0 -> 8.5.0 (#447193)

This commit is contained in:
Cosima Neidahl
2025-09-30 15:10:38 +00:00
committed by GitHub

View File

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