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

isolyzer: 1.3.0 -> 1.4.0

parent 064a6059
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "isolyzer";
  version = "1.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "KBNLresearch";
    repo = pname;
    rev = version;
    sha256 = "1fysm05cz0z54apn1p889xhbgjnfwax6fngi05yij5qp2zxqghf9";
    rev = "refs/tags/${version}";
    sha256 = "sha256-NqkjnEwpaoyguG5GLscKS9UQGtF9N4jUL5JhrMtKCFE=";
  };

  propagatedBuildInputs = with python3.pkgs; [ setuptools six ];