alibuild: 1.5.4rc3 -> 1.5.5

gstqt5
R. RyanTM 2020-03-31 07:04:15 +00:00 committed by Jon
parent c6590b2063
commit a90b82dfe9
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
python.pkgs.buildPythonApplication rec {
pname = "alibuild";
version = "1.5.4rc3";
version = "1.5.5";
src = python.pkgs.fetchPypi {
inherit pname version;
sha256 = "1mnh0h9m96p78b9ln1gbl4lw1mgl16qbyfi9fj2l13p3nxaq1sib";
sha256 = "1sh02avpab4qlyin3p928xw91l4fgs8x5x2rzl623ayqsnfjv19j";
};
doCheck = false;