python312Packages.ipyvue 1.10.1 -> 1.10.2 https://github.com/mariobuikhuizen/ipyvue/releases attrpath: python312Packages.ipyvue 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/knvw1v53802r941x2840z4cvbv4zniwq-packages.json.drv building '/nix/store/knvw1v53802r941x2840z4cvbv4zniwq-packages.json.drv'... Going to be running update for following packages: - python3.12-ipyvue-1.10.1 Press Enter key to continue... Running update for: - python3.12-ipyvue-1.10.1: UPDATING ... - python3.12-ipyvue-1.10.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ipyvue/default.nix b/pkgs/development/python-modules/ipyvue/default.nix index 2507e7e5fc58..c2211226f078 100644 --- a/pkgs/development/python-modules/ipyvue/default.nix +++ b/pkgs/development/python-modules/ipyvue/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "ipyvue"; - version = "1.10.1"; + version = "1.10.2"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-IGFc6GulFs8Leq2EzGB+TiyRBCMulUzQ7MvzNTCl4dQ="; + hash = "sha256-qZc1hvouKWUQ2aJLk1oiokUKzKBXtd6fC6tm7LHDOrQ="; }; propagatedBuildInputs = [ ipywidgets ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.ipyvue: 1.10.1 -> 1.10.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/292254"