alibuild: 1.5.4rc3 -> 1.5.5

This commit is contained in:
R. RyanTM 2020-03-31 07:04:15 +00:00 committed by Jon
parent c6590b2063
commit a90b82dfe9

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;