Unverified Commit b0559d82 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cobang: 1.6.1 -> 1.6.2 (#403736)

parents 763967f0 e6b21afb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
  pname = "cobang";
  version = "1.6.1";
  version = "1.6.2";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "hongquan";
    repo = "CoBang";
    tag = "v${version}";
    hash = "sha256-/0EfE4ZVfDFEbPel/g69sFqsBPMJ4pE9Fqz4t3o7jtY=";
    hash = "sha256-M32bGVPOkbx93gDPQcin+Dv9P8zfx1Ory+DTJY+bypI=";
  };

  # https://github.com/hongquan/CoBang/issues/117