python311Packages.urwid 2.1.2 -> 2.2.3 https://repology.org/project/python:urwid/versions attrpath: python311Packages.urwid Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/4s99766dykld6gjbdvi3xpb3bddwvv07-packages.json.drv building '/nix/store/4s99766dykld6gjbdvi3xpb3bddwvv07-packages.json.drv'... Going to be running update for following packages: - python3.11-urwid-2.1.2 Press Enter key to continue... Running update for: - python3.11-urwid-2.1.2: UPDATING ... - python3.11-urwid-2.1.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/urwid/default.nix b/pkgs/development/python-modules/urwid/default.nix index 014382b21501..4846103bc5e1 100644 --- a/pkgs/development/python-modules/urwid/default.nix +++ b/pkgs/development/python-modules/urwid/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "urwid"; - version = "2.1.2"; + version = "2.2.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae"; + sha256 = "sha256-5FFtVdzua9ASs+cqEMdfKGbGOnQPDsThraBcHhzALjQ="; }; patches = [ No auto update branch exists Old version 2.1.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build-system , setuptools , setuptools-scm , wheel # tests , glibcLocales , pytestCheckHook }: buildPythonPackage rec { pname = "urwid"; version = "2.2.1"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-4zkRqxjyxz/dvpvyFtAh504gstWqm+MEA8WPVRMbuKE="; }; postPatch = '' sed -i '/addopts =/d' pyproject.toml ''; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; nativeCheckInputs = [ glibcLocales pytestCheckHook ]; env.LC_ALL = "en_US.UTF8"; disabledTestPaths = [ # expect call hangs "urwid/tests/test_vterm.py" ]; pythonImportsCheck = [ "urwid" ]; meta = with lib; { changelog = "https://github.com/urwid/urwid/releases/tag/${version}"; description = "A full-featured console (xterm et al.) user interface library"; downloadPage = "https://github.com/urwid/urwid"; homepage = "https://urwid.org/"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ ]; }; }