python310Packages.panel 0 -> 1 attrpath: python310Packages.panel 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/rb7fsm2rnzshj1kcblamn7l4r9irf5b9-packages.json.drv building '/nix/store/rb7fsm2rnzshj1kcblamn7l4r9irf5b9-packages.json.drv'... Going to be running update for following packages: - python3.10-panel-1.2.3 Press Enter key to continue... Running update for: - python3.10-panel-1.2.3: UPDATING ... - python3.10-panel-1.2.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/panel/default.nix b/pkgs/development/python-modules/panel/default.nix index 7fe1be6f7458..00b79c14b9b6 100644 --- a/pkgs/development/python-modules/panel/default.nix +++ b/pkgs/development/python-modules/panel/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "panel"; - version = "1.2.3"; + version = "1.3.6"; format = "wheel"; @@ -25,7 +25,7 @@ buildPythonPackage rec { # tries to fetch even more artifacts src = fetchPypi { inherit pname version format; - hash = "sha256-CAW6z0phPohpFjv4D1DlmomDiv52vb5qBatWN/Mmg/c="; + hash = "sha256-13Kt5TCB1Iq1tYyC59ZZYu2uWu8HcHJX4hJ31vSz/QQ="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.2.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonRelaxDepsHook , bleach , bokeh , param , pyviz-comms , markdown , pyct , requests , setuptools , tqdm , typing-extensions }: buildPythonPackage rec { pname = "panel"; version = "1.3.4"; format = "wheel"; # We fetch a wheel because while we can fetch the node # artifacts using npm, the bundling invoked in setup.py # tries to fetch even more artifacts src = fetchPypi { inherit pname version format; hash = "sha256-FK/ekqXCtTHyzLeFs0tHEeH0VXk0yFcns1lOLa5z0KU="; }; nativeBuildInputs = [ pythonRelaxDepsHook ]; pythonRelaxDeps = [ "bokeh" ]; propagatedBuildInputs = [ bleach bokeh markdown param pyct pyviz-comms requests setuptools tqdm typing-extensions ]; pythonImportsCheck = [ "panel" ]; # infinite recursion in test dependencies (hvplot) doCheck = false; meta = with lib; { description = "A high level dashboarding library for python visualization libraries"; homepage = "https://github.com/holoviz/panel"; changelog = "https://github.com/holoviz/panel/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }