legendary-gl: 0.20.18 -> 0.20.24

This commit is contained in:
Ilan Joselevich 2022-01-09 22:31:50 +02:00
parent 2ac65dd85b
commit ca3bc92bc4

View file

@ -7,13 +7,13 @@
buildPythonApplication rec {
pname = "legendary-gl"; # Name in pypi
version = "0.20.18";
version = "0.20.24";
src = fetchFromGitHub {
owner = "derrod";
repo = "legendary";
rev = version;
sha256 = "0d31c8grvcw7y3sh2x90cxhj612k6f491w2r12j1q33d2v9sqm4j";
sha256 = "sha256-4VN/2FoAXTaumPsplV9wgdUSQsFitC1hqWveAW/yt58=";
};
propagatedBuildInputs = [ requests ];