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
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mailman-${version}";
|
name = "mailman-${version}";
|
||||||
version = "2.1.24";
|
version = "2.1.29";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/mailman/${name}.tgz";
|
url = "mirror://gnu/mailman/${name}.tgz";
|
||||||
sha256 = "1r6sjapjmbav45xibjzc2a8y1xf4ikz09470ma1kw7iz174wn8z7";
|
sha256 = "0b0dpwf6ap260791c7lg2vpw30llf19hymbf2hja3s016rqp5243";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python2 python2.pkgs.dnspython ];
|
buildInputs = [ python2 python2.pkgs.dnspython ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user