mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
getmail6: 6.18.13 -> 6.18.14
Diff: https://github.com/getmail6/getmail6/compare/refs/tags/v6.18.13...v6.18.14 Changelog: https://github.com/getmail6/getmail6/blob/refs/tags/v6.18.14/docs/CHANGELOG
This commit is contained in:
parent
e90d6c591e
commit
7e2aa854bf
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue