python310Packages.ipywidgets 8.0.6 -> 8.1.1 https://repology.org/project/python:ipywidgets/versions attrpath: python310Packages.ipywidgets 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/5wmfvg0yzgz0zwxqfl3zy0ys3mjm2d74-packages.json.drv building '/nix/store/5wmfvg0yzgz0zwxqfl3zy0ys3mjm2d74-packages.json.drv'... Going to be running update for following packages: - python3.10-ipywidgets-8.0.6 Press Enter key to continue... Running update for: - python3.10-ipywidgets-8.0.6: UPDATING ... - python3.10-ipywidgets-8.0.6: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ipywidgets/default.nix b/pkgs/development/python-modules/ipywidgets/default.nix index 5432d31c5472..0de6db55b941 100644 --- a/pkgs/development/python-modules/ipywidgets/default.nix +++ b/pkgs/development/python-modules/ipywidgets/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "ipywidgets"; - version = "8.0.6"; + version = "8.1.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-3n13nyBF1g3p9sJfZT/a4tuleJjmoShElLO6ILaJO7g="; + hash = "sha256-QCEe+1Vq3sb6RQzMKnfVnKRKBg9PnxNoM99ZyfU45ug="; }; propagatedBuildInputs = [ No auto update branch exists Old version 8.0.6" not present in staging derivation file with contents: { buildPythonPackage , fetchPypi , ipykernel , ipython , jupyterlab-widgets , lib , nbformat , pytestCheckHook , pytz , traitlets , widgetsnbextension }: buildPythonPackage rec { pname = "ipywidgets"; version = "8.1.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-QCEe+1Vq3sb6RQzMKnfVnKRKBg9PnxNoM99ZyfU45ug="; }; propagatedBuildInputs = [ ipython ipykernel jupyterlab-widgets traitlets nbformat pytz widgetsnbextension ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "IPython HTML widgets for Jupyter"; homepage = "https://ipython.org/"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh ]; }; }