offpunk: 2.4 -> 2.6

This commit is contained in:
Damien Cassou
2025-03-02 17:39:44 +01:00
parent 0f0e3b3b5c
commit 2280106474
+2 -3
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 = [