Commit 5a4d09bf authored by R. RyanTM's avatar R. RyanTM
Browse files

clickable: 8.5.0 -> 8.6.0

parent 798c30d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];