mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #38570 from r-ryantm/auto-update/getmail
getmail: 5.5 -> 5.6
This commit is contained in:
commit
584270e397
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, fetchurl, python2Packages }:
|
||||
|
||||
python2Packages.buildPythonApplication rec {
|
||||
version = "5.5";
|
||||
version = "5.6";
|
||||
name = "getmail-${version}";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pyropus.ca/software/getmail/old-versions/${name}.tar.gz";
|
||||
sha256 = "0l43lbnrnyyrq8mlnw37saq6v0mh3nkirdq1dwnsrihykzjjwf70";
|
||||
sha256 = "16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue