lol

python310Packages.jupyter-server-fileid: 0.8.0 -> 0.9.0

Diff: https://github.com/jupyter-server/jupyter_server_fileid/compare/refs/tags/v0.8.0...v0.9.0

Changelog: https://github.com/jupyter-server/jupyter_server_fileid/blob/refs/tags/v0.9.0/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/jupyter-server-fileid/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "jupyter-server-fileid"; 14 - version = "0.8.0"; 14 + version = "0.9.0"; 15 15 16 16 disables = pythonOlder "3.7"; 17 17 ··· 21 21 owner = "jupyter-server"; 22 22 repo = "jupyter_server_fileid"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-gJ+OM2b4JrdBObPnltqCWGK3e5p3K2XcoUohej3nDIM="; 24 + hash = "sha256-3dwj8GV0FmbhSsC2uWOLcU5ofrvBBGJ/2F/noFh4RCU="; 25 25 }; 26 26 27 27 nativeBuildInputs = [