offpunk: 2.4 -> 2.6 (#386422)

This commit is contained in:
Pol Dellaiera
2025-03-02 22:42:04 +01:00
committed by GitHub
+2 -4
View File
@@ -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;
};
}