Unverified Commit 80637ada authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

clickable: 8.4.0 -> 8.5.0 (#447193)

parents 56c70eb5 db0f7811
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.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 ];