Commit c7a86bbe authored by R. RyanTM's avatar R. RyanTM
Browse files

clickable: 8.2.0 -> 8.3.0

parent cc50be1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

python3Packages.buildPythonApplication rec {
  pname = "clickable";
  version = "8.2.0";
  version = "8.3.0";

  src = fetchFromGitLab {
    owner = "clickable";
    repo = "clickable";
    rev = "v${version}";
    hash = "sha256-MFzpeiWeqJ0MG8ouwRkYXD1e6Nsxshmz1NSzCIBRjZ0=";
    hash = "sha256-5fymmsZUYwB+wc1X7Y1HwwJbGRjQPwkk9JLTxnfH8fo=";
  };

  propagatedBuildInputs = with python3Packages; [