Skip to content

Commit

Permalink
getmail6: 6.18.13 -> 6.18.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Mar 21, 2024
1 parent e90d6c5 commit 7e2aa85
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pkgs/tools/networking/getmail6/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@

python3.pkgs.buildPythonApplication rec {
pname = "getmail6";
version = "6.18.13";

format = "setuptools";
version = "6.18.14";
pyproject = true;

src = fetchFromGitHub {
owner = pname;
repo = pname;
owner = "getmail6";
repo = "getmail6";
rev = "refs/tags/v${version}";
hash = "sha256-cyX+3LsXqBpAvaOPVpT4EuPzqJm9kki1uNTG+7k3Q28=";
hash = "sha256-NcUGIddbIjwMyE/6fR8lqs90/chzqROQDftF/cNkxOs=";
};

nativeBuildInputs = with python3.pkgs; [
setuptools
];

# needs a Docker setup
doCheck = false;

Expand Down

0 comments on commit 7e2aa85

Please sign in to comment.