Merge pull request #154792 from jojosch/mycli-update

mycli: 1.24.1 -> 1.24.2
This commit is contained in:
Bobby Rong
2022-01-13 22:12:14 +08:00
committed by GitHub
+3 -3
View File
@@ -7,11 +7,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "mycli";
version = "1.24.1";
version = "1.24.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dI2Yvj2llI9TlMFbs35ijYeFuGqoTovZyRh+ILhNMmY=";
sha256 = "sha256-XrPho+bPjyzj2d6W4KR4P09T1/FXkrQvhGPotgooIB4=";
};
propagatedBuildInputs = [
@@ -29,7 +29,7 @@ buildPythonApplication rec {
sqlparse
];
checkInputs = [ pytest mock glibcLocales ];
checkInputs = [ pytest glibcLocales ];
checkPhase = ''
export HOME=.