mycli: 1.23.0 -> 1.23.2

This commit is contained in:
Johannes Schleifenbaum 2021-01-16 19:25:30 +01:00
parent 95433ce968
commit cda449e23c
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

@ -7,11 +7,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "mycli";
version = "1.23.0";
version = "1.23.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-k1UHpEoszThUvoL4h59vGZ71bAx26VJ0iT/YuVQk/Lk=";
sha256 = "sha256-auGbFAvwLR7aDChhgeNZPZPNGJo+b9Q4TFDaOrmU2zI=";
};
propagatedBuildInputs = [