summary refs log tree commit diff
path: root/pkgs/tools/networking/getmail
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-18 16:04:30 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-18 18:18:28 +0200
commit767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9 (patch)
treebd3dbaa8cf6d8ab159e40e4d0ace505e377619e2 /pkgs/tools/networking/getmail
parent46d3388196b750ebaff8bc7b81ac4ba9ececfe0b (diff)
downloadnixpkgs-767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9.tar
nixpkgs-767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9.tar.gz
nixpkgs-767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9.tar.bz2
nixpkgs-767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9.tar.lz
nixpkgs-767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9.tar.xz
nixpkgs-767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9.tar.zst
nixpkgs-767a9d575a2ebfa8f16b0e0b037a2ef686eb2ed9.zip
getmail: update from 4.42.0 to 4.43.0
Diffstat (limited to 'pkgs/tools/networking/getmail')
-rw-r--r--pkgs/tools/networking/getmail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/getmail/default.nix b/pkgs/tools/networking/getmail/default.nix
index 06e7789eca3..80d29835da5 100644
--- a/pkgs/tools/networking/getmail/default.nix
+++ b/pkgs/tools/networking/getmail/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, buildPythonPackage }:
 
 buildPythonPackage rec {
-  name = "getmail-4.42.0";
+  name = "getmail-4.43.0";
   namePrefix = "";
 
   src = fetchurl {
     url = "http://pyropus.ca/software/getmail/old-versions/${name}.tar.gz";
-    sha256 = "0n6sxp8vwa19ffr7bagzwp0hvxfjiy43xpz9sa1qmsyjs7c3xdqj";
+    sha256 = "0abcj4d2jp9y56c85kq7265d8wcij91w9lpzib9q6j9lcs4la8hy";
   };
 
   doCheck = false;