Skip to content

Commit 1795c24

Browse files
authored
getmail6: 6.19.06 -> 6.19.07 (#377115)
2 parents d42168f + 00bff58 commit 1795c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ge/getmail6/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "getmail6";
9-
version = "6.19.06";
9+
version = "6.19.07";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "getmail6";
1414
repo = "getmail6";
1515
tag = "v${version}";
16-
hash = "sha256-F4FS6d8XDPlJ7ysShFRb45hZainKljKRg+q4yA18HaI=";
16+
hash = "sha256-uu+soEYC12LWx0aLbPupoK7g/rnD47dp32w7jpRj/38=";
1717
};
1818

1919
build-system = with python3.pkgs; [

0 commit comments

Comments
 (0)