Commit 526b0e09 authored by R. RyanTM's avatar R. RyanTM
Browse files

clickable: 8.7.0 -> 8.8.0

parent d668df27
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "clickable";
  version = "8.7.0";
  version = "8.8.0";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "clickable";
    repo = "clickable";
    rev = "v${finalAttrs.version}";
    hash = "sha256-W6NPZ5uP7wGjgyA+Nv2vpmshKWny2CCSrn/Gaoi7Pr4=";
    hash = "sha256-EEICNL5ydrtep+Lbo9ryKW3+vcJwQxPeXY/C4bZaAnI=";
  };

  __structuredAttrs = true;