Unverified Commit 44597de7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cewler: 1.2.0 -> 1.3.1 (#399524)

parents 4a6d84e5 3429b725
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "cewler";
  version = "1.2.0";
  version = "1.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "roys";
    repo = "cewler";
    rev = "v${version}";
    hash = "sha256-lVI3p6YMugQ3yKHFNxISmUY7XZMuX/TXvVUoZfIeJog=";
    hash = "sha256-Od9O71122jVwqZ5ntoBQQtyNQjt2RRbZT8DzWFPUN84=";
  };

  nativeBuildInputs = with python3.pkgs; [