Skip to content

Commit 4e53560

Browse files
authored
Merge pull request #288397 from drupol/offpunk/bump/2-2-0
offpunk: 2.1 -> 2.2
2 parents fccf373 + 1b71ae2 commit 4e53560

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let
3232
in
3333
python3Packages.buildPythonApplication rec {
3434
pname = "offpunk";
35-
version = "2.1";
35+
version = "2.2";
3636
pyproject = true;
3737

3838
disabled = python3Packages.pythonOlder "3.7";
@@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
4141
owner = "~lioploum";
4242
repo = "offpunk";
4343
rev = "v${version}";
44-
hash = "sha256-IFqasTI2dZCauLUAq6/rvwkfraVK7SGUXpHCPEgSPGk=";
44+
hash = "sha256-ygVL17qqmNB7hzw1VuYIAbirbaq4EVppWCHSvTl+/Jw=";
4545
};
4646

4747
nativeBuildInputs = [ python3Packages.hatchling installShellFiles ];
@@ -53,11 +53,12 @@ python3Packages.buildPythonApplication rec {
5353

5454
passthru.tests.version = testers.testVersion { package = offpunk; };
5555

56-
meta = with lib; {
56+
meta = {
5757
description = "A command-line and offline-first smolnet browser/feed reader";
5858
homepage = src.meta.homepage;
59-
maintainers = with maintainers; [ DamienCassou ];
60-
platforms = platforms.linux;
61-
license = licenses.agpl3Plus;
59+
license = lib.licenses.agpl3Plus;
60+
mainProgram = "offpunk";
61+
maintainers = with lib.maintainers; [ DamienCassou ];
62+
platforms = lib.platforms.linux;
6263
};
6364
}

0 commit comments

Comments
 (0)