Merge pull request #273814 from DamienCassou/offpunk-2.1

This commit is contained in:
Damien Cassou
2023-12-14 13:59:26 +00:00
committed by GitHub
+4 -2
View File
@@ -33,7 +33,7 @@ let
in
python3Packages.buildPythonPackage rec {
pname = "offpunk";
version = "2.0";
version = "2.1";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.7";
@@ -42,7 +42,7 @@ python3Packages.buildPythonPackage rec {
owner = "~lioploum";
repo = "offpunk";
rev = "v${version}";
hash = "sha256-6ftc2goCNgvXf5kszvjeSHn24Hn73jq26Irl5jiN6pk=";
hash = "sha256-IFqasTI2dZCauLUAq6/rvwkfraVK7SGUXpHCPEgSPGk=";
};
nativeBuildInputs = [ python3Packages.hatchling installShellFiles ];
@@ -52,6 +52,8 @@ python3Packages.buildPythonPackage rec {
installManPage man/*.1
'';
passthru.tests.version = testers.testVersion { package = offpunk; };
meta = with lib; {
description = "An Offline-First browser for the smolnet ";
homepage = src.meta.homepage;