isolyzer: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2022-06-07 19:52:26 +00:00
parent 064a605987
commit ee2fafc0d4

View File

@ -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 ];