mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #106121 from r-ryantm/auto-update/python3.7-flufl.i18n
This commit is contained in:
commit
3e0a143261
2 changed files with 8 additions and 2 deletions
|
@ -2,12 +2,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "flufl.i18n";
|
||||
version = "2.0.2";
|
||||
version = "3.1.3";
|
||||
|
||||
propagatedBuildInputs = [ atpublic ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "flufl.i18n" ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1csgds59nx0ann9v2alqr69lakp1cnc1ikmbgn96l6n23js7c2ah";
|
||||
sha256 = "dcca738be27f2c43ddf6f9307667a17478353190071f38a9f92c9af8d2252ba4";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,6 +48,8 @@ buildPythonPackage rec {
|
|||
# 'runner' scripts.
|
||||
dontWrapPythonPrograms = true;
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.gnu.org/software/mailman/";
|
||||
description = "Free software for managing electronic mail discussion and newsletter lists";
|
||||
|
|
Loading…
Reference in a new issue