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
This commit is contained in:
parent
16a5839b7e
commit
ac0645a8ca
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyter-server-fileid";
|
||||
version = "0.8.0";
|
||||
version = "0.9.0";
|
||||
|
||||
disables = pythonOlder "3.7";
|
||||
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "jupyter-server";
|
||||
repo = "jupyter_server_fileid";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gJ+OM2b4JrdBObPnltqCWGK3e5p3K2XcoUohej3nDIM=";
|
||||
hash = "sha256-3dwj8GV0FmbhSsC2uWOLcU5ofrvBBGJ/2F/noFh4RCU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue