tuir: 1.28.3 -> 1.29.0

This commit is contained in:
Oleksii Filonenko 2020-04-29 13:34:26 +03:00 committed by Frederik Rietdijk
parent 95b6a6d5fd
commit 21708823ff

View file

@ -3,13 +3,13 @@
with python3Packages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
pname = "tuir"; pname = "tuir";
version = "1.28.3"; version = "1.29.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "ajak"; owner = "ajak";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0nhpbb0vdngwb0fhlimjgm3wq2s67m4rb3vv920zyllnmfplk0lk"; sha256 = "1fqp6bvq8kzdsf3nna4mn1phdcixpx76bya43xrivxjbzsfl59ib";
}; };
# Tests try to access network # Tests try to access network