python3Packages.jupysql-plugin: 0.4.4 -> 0.4.5

https://github.com/ploomber/jupysql-plugin/blob/0.4.5/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:08:49 +02:00
parent e13d3d6b76
commit 4f7b2ee0e1
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "jupysql-plugin";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupysql_plugin";
inherit version;
hash = "sha256-kuaKknbc00nLGwCUsULgUFT52yoptUH2mnUyGYbYYKk=";
hash = "sha256-cIXheImO4BL00zn101ZDIzKl2qkIDsTNswZOCs54lNY=";
};
build-system = [