Skip to content

Commit

Permalink
Merge pull request #297878 from dotlambda/getmail6
Browse files Browse the repository at this point in the history
getmail6: 6.18.13 -> 6.18.14
  • Loading branch information
dotlambda authored Apr 22, 2024
2 parents d940860 + 7e2aa85 commit 1e1dc66
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

1 comment on commit 1e1dc66

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/nix-channel-update-doesnt-update-anything-my-nixpkgs-unstable-channel-is-months-old/44039/5

Please sign in to comment.