eolie: 0.9.60 -> 0.9.63

This commit is contained in:
worldofpeace 2019-09-29 01:47:04 -04:00
parent 8f9135f511
commit 4a7964614f

View file

@ -5,7 +5,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "eolie";
version = "0.9.60";
version = "0.9.63";
format = "other";
doCheck = false;
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/World/eolie";
rev = "refs/tags/${version}";
fetchSubmodules = true;
sha256 = "1mhl7p8pwp8lqx5z15r0lx1y4mb2c1gjwy3w6041cyc4hyb91693";
sha256 = "0z8gcfg7i842rr5p8r3vqa31kf7nnj1yv3afax3jzf4zbnhb8wm0";
};
nativeBuildInputs = [