Unverified Commit 10605584 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

getmail6: 6.19.10 -> 6.19.12 (#502076)

parents 323314d3 216bb3f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "getmail6";
  version = "6.19.10";
  version = "6.19.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "getmail6";
    repo = "getmail6";
    tag = "v${finalAttrs.version}";
    hash = "sha256-W9B6+riHsE5Hu2J8QnhPKhpRlXsQyg3ThP4ADp/0UhI=";
    hash = "sha256-E+S6p12eqVDkzTv6RdeBpUJqPd4a4LMVoGaYOr2XKVo=";
  };

  build-system = with python3.pkgs; [