Merge pull request #166368 from r-ryantm/auto-update/mycli

mycli: 1.24.3 -> 1.24.4
This commit is contained in:
Ryan Mulligan 2022-03-30 05:10:03 -07:00 committed by GitHub
commit 0af8d48266
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.3";
version = "1.24.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Qk2qOXfAM7xJv1fDt/mnb2NZFf5S/ExonQtLE4m22a4=";
sha256 = "sha256-Q0W5XJ/pRMqvgz3I4Ytj6vNBP798R04E2MDNKx11xQc=";
};
propagatedBuildInputs = [