python310Packages.jupyter-console: 6.6.1 -> 6.6.3

Changelog: https://github.com/jupyter/jupyter_console/releases/tag/v6.6.3
This commit is contained in:
natsukium 2023-07-31 23:06:09 +09:00
parent a960eac815
commit 8012e0d226
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "jupyter-console";
version = "6.6.1";
version = "6.6.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyter_console";
inherit version;
hash = "sha256-WTEhLVy8H5Vvb9YVdVteFfOJqOqmlyiNu+Q3cBdhXsw=";
hash = "sha256-VmpL8xyHrb+t8izfhG4wabWace1dpx1rpNiqrRSlNTk=";
};
nativeBuildInputs = [