mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
pythonPackages.repoze_sendmail: Remove outdated package
This commit is contained in:
parent
b7b66c31f2
commit
bc6d9b0d46
@ -8518,22 +8518,6 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
repoze_sendmail = buildPythonPackage rec {
|
||||
name = "repoze.sendmail-4.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/r/repoze.sendmail/${name}.tar.gz";
|
||||
sha256 = "51813730adc24728d5ce2609038f7bb81aa1632539d7a79045ef4aa6942eaba2";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ transaction ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
};
|
||||
|
||||
random2 = self.buildPythonPackage rec {
|
||||
name = "random2-1.0.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user