mycli: 1.25.0 -> 1.26.1

This commit is contained in:
Johannes Schleifenbaum
2022-10-10 12:57:06 +02:00
parent 6a82e4a017
commit 2c335c73e3
+4 -4
View File
@@ -7,11 +7,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "mycli";
version = "1.25.0";
version = "1.26.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/vEu2BJf0T7fSgSXflq56Ilaih7RAhhilZUgbNzZYQg=";
sha256 = "sha256-jAMDXJtFJtv6CwhZZU4pdKDndZKp6bJ/QPWo2q6DvrE=";
};
propagatedBuildInputs = [
@@ -26,6 +26,7 @@ buildPythonApplication rec {
pygments
pymysql
pyperclip
sqlglot
sqlparse
];
@@ -41,8 +42,7 @@ buildPythonApplication rec {
postPatch = ''
substituteInPlace setup.py \
--replace "sqlparse>=0.3.0,<0.4.0" "sqlparse" \
--replace "importlib_resources >= 5.0.0" "importlib_resources"
--replace "cryptography == 36.0.2" "cryptography"
'';
meta = with lib; {