mailman: 2.1.24 -> 2.1.29
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mailman/versions
This commit is contained in:
parent
35ce480d69
commit
4cb7173651
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mailman-${version}";
|
||||
version = "2.1.24";
|
||||
version = "2.1.29";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/mailman/${name}.tgz";
|
||||
sha256 = "1r6sjapjmbav45xibjzc2a8y1xf4ikz09470ma1kw7iz174wn8z7";
|
||||
sha256 = "0b0dpwf6ap260791c7lg2vpw30llf19hymbf2hja3s016rqp5243";
|
||||
};
|
||||
|
||||
buildInputs = [ python2 python2.pkgs.dnspython ];
|
||||
|
|
Loading…
Reference in a new issue