python310Packages.qtconsole 5.4.4 -> 5.5.1 https://repology.org/project/python:qtconsole/versions attrpath: python310Packages.qtconsole 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/gx6yy06wl65nh6zrhz2in3acbxkrc7rl-packages.json.drv building '/nix/store/gx6yy06wl65nh6zrhz2in3acbxkrc7rl-packages.json.drv'... Going to be running update for following packages: - python3.10-qtconsole-5.4.4 Press Enter key to continue... Running update for: - python3.10-qtconsole-5.4.4: UPDATING ... - python3.10-qtconsole-5.4.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qtconsole/default.nix b/pkgs/development/python-modules/qtconsole/default.nix index a49b63eaeb15..101239257853 100644 --- a/pkgs/development/python-modules/qtconsole/default.nix +++ b/pkgs/development/python-modules/qtconsole/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "qtconsole"; - version = "5.4.4"; + version = "5.5.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-t/+1PXTyPO4p9M21Xdb6vI7DEtlPPEa6OOHd5FhpPfs="; + hash = "sha256-oOgGxpUduUkGKOTfgMrslmm2UUnHukD5vwM8AlpbVrw="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.4.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , ipykernel , jupyter-core , jupyter-client , ipython-genutils , pygments , pyqt5 , pytestCheckHook , pythonOlder , pyzmq , qtpy , traitlets }: buildPythonPackage rec { pname = "qtconsole"; version = "5.5.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-oOgGxpUduUkGKOTfgMrslmm2UUnHukD5vwM8AlpbVrw="; }; propagatedBuildInputs = [ ipykernel ipython-genutils jupyter-core jupyter-client pygments pyqt5 pyzmq qtpy traitlets ]; nativeCheckInputs = [ pytestCheckHook ]; # : cannot connect to X server doCheck = false; pythonImportsCheck = [ "qtconsole" ]; meta = with lib; { description = "Jupyter Qt console"; homepage = "https://qtconsole.readthedocs.io/"; license = licenses.bsd3; maintainers = with maintainers; [ fridh ]; platforms = platforms.unix; }; }