forked from mirrors/nixpkgs
mailman: 2.1.18 -> 2.1.23
This commit is contained in:
parent
c37e76b4d2
commit
f7f4930912
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, python, pythonPackages }:
|
{ stdenv, fetchurl, python, pythonPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mailman-2.1.18";
|
name = "mailman-2.1.23";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/mailman/${name}.tgz";
|
url = "mirror://gnu/mailman/${name}.tgz";
|
||||||
sha256 = "0jc360crakvpz71msl0h11zv3849fqzlj9jfh1g7x3j4459n07fw";
|
sha256 = "0s9ywix4m3n7qa0baws744ildg48hsa87jahpsfiqqilhmpwl8mh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python pythonPackages.dns ];
|
buildInputs = [ python pythonPackages.dns ];
|
||||||
|
|
Loading…
Reference in a new issue