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
commit df298d2ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=.