mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 12:58:06 +00:00
getmail6: 6.19.02 -> 6.19.03
Diff: https://github.com/getmail6/getmail6/compare/refs/tags/v6.19.02...v6.19.03 Changelog: https://github.com/getmail6/getmail6/blob/refs/tags/v6.19.03/docs/CHANGELOG
This commit is contained in:
parent
82c93daada
commit
d23ef65021
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "getmail6";
|
||||
version = "6.19.02";
|
||||
version = "6.19.03";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "getmail6";
|
||||
repo = "getmail6";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ThyK30IT7ew5zQ3QAoxdr6ElQEWp2yJcmkLT5NmMfY0=";
|
||||
hash = "sha256-BBsQ3u8CL3Aom+hqjeOErOBtWB8imU2PGgzP8+dq4mM=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user