Commit 7ebafb89 authored by V's avatar V
Browse files

python3Packages.ircrobots: 0.4.6 -> 0.6.6

Change-Id: I601e71c15e80a1cc8aa86cfa56b1ed5b1ea7ec52
parent c7ca9e5f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -13,21 +13,19 @@

buildPythonPackage rec {
  pname = "ircrobots";
  version = "0.4.6";
  version = "0.6.6";
  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "jesopo";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-+BrS1+ZkgwT/qvqD0PwRZi2LF+31biS738SzKH1dy7w=";
    hash = "sha256-mIh3tERwHtGH9eA0AT8Lcnwp1Wn9lQhKkUjuZcOXO/c=";
  };

  postPatch = ''
    # too specific pins https://github.com/jesopo/ircrobots/issues/3
    sed -iE 's/anyio.*/anyio/' requirements.txt
    sed -iE 's/ircstates.*/ircstates/' requirements.txt
    sed -iE 's/async_timeout.*/async_timeout/' requirements.txt
  '';

  propagatedBuildInputs = [