python310Packages.jupyterlab-widgets 3.0.7 -> 3.0.9 https://repology.org/project/python:jupyterlab-widgets/versions attrpath: python310Packages.jupyterlab-widgets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jm8yxym4jg64ddrwabkzp2nj49sf1ir5-packages.json.drv building '/nix/store/jm8yxym4jg64ddrwabkzp2nj49sf1ir5-packages.json.drv'... Going to be running update for following packages: - python3.10-jupyterlab-widgets-3.0.7 Press Enter key to continue... Running update for: - python3.10-jupyterlab-widgets-3.0.7: UPDATING ... - python3.10-jupyterlab-widgets-3.0.7: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jupyterlab-widgets/default.nix b/pkgs/development/python-modules/jupyterlab-widgets/default.nix index 2418b8db4d35..4d668da9bde6 100644 --- a/pkgs/development/python-modules/jupyterlab-widgets/default.nix +++ b/pkgs/development/python-modules/jupyterlab-widgets/default.nix @@ -4,12 +4,12 @@ buildPythonPackage rec { pname = "jupyterlab-widgets"; - version = "3.0.7"; + version = "3.0.9"; src = fetchPypi { pname = "jupyterlab_widgets"; inherit version; - hash = "sha256-w6UO1b9Sigx6hpCWUDr1RwL4bdodtGmu4cktwMAbQ8o="; + hash = "sha256-YAWk6XTHvu6EBg/fujQaMhhJUEbeiuPsZIiOX+Gf20w="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.0.7" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi , jupyter-packaging }: buildPythonPackage rec { pname = "jupyterlab-widgets"; version = "3.0.9"; src = fetchPypi { pname = "jupyterlab_widgets"; inherit version; hash = "sha256-YAWk6XTHvu6EBg/fujQaMhhJUEbeiuPsZIiOX+Gf20w="; }; nativeBuildInputs = [ jupyter-packaging ]; # has no tests doCheck = false; pythonImportsCheck = [ "jupyterlab_widgets" ]; meta = with lib; { description = "Jupyter Widgets JupyterLab Extension"; homepage = "https://github.com/jupyter-widgets/ipywidgets"; license = licenses.bsd3; maintainers = with maintainers; [ jonringer ]; }; }