Unverified Commit 22801064 authored by Damien Cassou's avatar Damien Cassou
Browse files

offpunk: 2.4 -> 2.6

parent 0f0e3b3b
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ let
    chardet
    cryptography
    feedparser
    pillow
    readability-lxml
    requests
    setproctitle
@@ -33,7 +32,7 @@ let
in
python3Packages.buildPythonApplication rec {
  pname = "offpunk";
  version = "2.4";
  version = "2.6";
  pyproject = true;

  disabled = python3Packages.pythonOlder "3.7";
@@ -42,7 +41,7 @@ python3Packages.buildPythonApplication rec {
    owner = "~lioploum";
    repo = "offpunk";
    rev = "v${version}";
    hash = "sha256-ttR8S7FQQs8DkgAEvTIhuQ5zZrHtovy2W8TOw0xhSGk=";
    hash = "sha256-bVWPmCs8vspW0leaNajEYy+c3WRRMzIB8b9nXDDB8tw=";
  };

  nativeBuildInputs = [