Skip to content

Commit ef4d26f

Browse files
authored
offpunk: 2.4 -> 2.6 (#386422)
2 parents a894b84 + d034ac5 commit ef4d26f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkgs/by-name/of/offpunk/package.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ let
1818
chardet
1919
cryptography
2020
feedparser
21-
pillow
2221
readability-lxml
2322
requests
2423
setproctitle
@@ -33,7 +32,7 @@ let
3332
in
3433
python3Packages.buildPythonApplication rec {
3534
pname = "offpunk";
36-
version = "2.4";
35+
version = "2.6";
3736
pyproject = true;
3837

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

4847
nativeBuildInputs = [
@@ -63,6 +62,5 @@ python3Packages.buildPythonApplication rec {
6362
license = lib.licenses.agpl3Plus;
6463
mainProgram = "offpunk";
6564
maintainers = with lib.maintainers; [ DamienCassou ];
66-
platforms = lib.platforms.linux;
6765
};
6866
}

0 commit comments

Comments
 (0)