Unverified Commit ef4d26fc authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

offpunk: 2.4 -> 2.6 (#386422)

parents a894b849 d034ac5d
Loading
Loading
Loading
Loading
+2 −4
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 = [
@@ -63,6 +62,5 @@ python3Packages.buildPythonApplication rec {
    license = lib.licenses.agpl3Plus;
    mainProgram = "offpunk";
    maintainers = with lib.maintainers; [ DamienCassou ];
    platforms = lib.platforms.linux;
  };
}