clickable: 8.5.0 -> 8.6.0 (#452126)

This commit is contained in:
Cosima Neidahl
2025-10-18 15:33:28 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "clickable";
version = "8.5.0";
version = "8.6.0";
format = "pyproject";
src = fetchFromGitLab {
owner = "clickable";
repo = "clickable";
rev = "v${version}";
hash = "sha256-hQkRntdOlWLK+vVrdiWEkYIMK+ymEEC5ajh7+L2fH2g=";
hash = "sha256-rgIp4LCSUamImYhgFeG+XEpgnxHcKylWRB2CCx9u5S0=";
};
build-system = [ python3Packages.setuptools ];