python311Packages.jupyter-events: 0.9.0 -> 0.10.0

Diff: https://github.com/jupyter/jupyter_events/compare/refs/tags/v0.9.0...v0.10.0

Changelog: https://github.com/jupyter/jupyter_events/releases/tag/v0.10.0
This commit is contained in:
natsukium 2024-03-21 22:04:55 +09:00
parent b97116d558
commit 6c71c0a5bf
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "jupyter-events";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "jupyter";
repo = "jupyter_events";
rev = "refs/tags/v${version}";
hash = "sha256-LDj6dTtq3npJxLKBQEEwGQFeDPvWF2adHeJhOai2MRU=";
hash = "sha256-8aps8aNgXw+XbDgtCvWw+Ij1Cm1N0G+wcL35ySkofOk=";
};
nativeBuildInputs = [