Commit ce6e8ef9 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

scli: 0.7.1 -> 0.7.2

parent e0eca4ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "scli";
  version = "0.7.1";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "isamert";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-YEgeeoUqDeBx3jPddTeykl+68lS8gVKD+zdo+gRTaT4=";
    rev = "refs/tags/v${version}";
    sha256 = "sha256-7yyORM77oByH1gxx/TNkjJQBsig6ZxsfeI3ijg71oBs=";
  };

  propagatedBuildInputs = with python3.pkgs; [