Unverified Commit 6cf25e0f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python313Packages.urwid: 3.0.2 -> 3.0.3 (#464070)

parents ff7afd31 5b9bfb45
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  pygobject3,
  pyserial,
  pytestCheckHook,
  pythonOlder,
  pyzmq,
  setuptools,
  setuptools-scm,
@@ -20,16 +19,14 @@

buildPythonPackage rec {
  pname = "urwid";
  version = "3.0.2";
  version = "3.0.3";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "urwid";
    repo = "urwid";
    tag = version;
    hash = "sha256-pMGNybuJZeCzZRZr0/+N87/z+ZtLmSaWW47MWDirTjQ=";
    hash = "sha256-+bvtIjSKWhu1JzyIgM60YZtrzNEaAvVqJrhq8PnkXk0=";
  };

  postPatch = ''