Unverified Commit 16a2f966 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.urwid: 3.0.3 -> 3.0.4 (#444912)

parents 9e7bfbaa 8626f029
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ python3Packages.buildPythonApplication rec {
  ];

  pythonRelaxDeps = [
    "urwid"
    "urwid-readline"
  ];

+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ buildPythonPackage rec {
  };

  pythonRelaxDeps = [
    "urwid"
    "zstandard"

    # requested by maintainer
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

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

  src = fetchFromGitHub {
    owner = "urwid";
    repo = "urwid";
    tag = version;
    hash = "sha256-+bvtIjSKWhu1JzyIgM60YZtrzNEaAvVqJrhq8PnkXk0=";
    hash = "sha256-mKBLAoEBiqr//1Gl8DAmpUJ9woq6Zf2HhbYEirAoi2M=";
  };

  postPatch = ''