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 {
|
buildPythonPackage rec {
|
||||||
pname = "flufl.i18n";
|
pname = "flufl.i18n";
|
||||||
version = "2.0.2";
|
version = "3.1.3";
|
||||||
|
|
||||||
propagatedBuildInputs = [ atpublic ];
|
propagatedBuildInputs = [ atpublic ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "flufl.i18n" ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1csgds59nx0ann9v2alqr69lakp1cnc1ikmbgn96l6n23js7c2ah";
|
sha256 = "dcca738be27f2c43ddf6f9307667a17478353190071f38a9f92c9af8d2252ba4";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,8 @@ buildPythonPackage rec {
|
||||||
# 'runner' scripts.
|
# 'runner' scripts.
|
||||||
dontWrapPythonPrograms = true;
|
dontWrapPythonPrograms = true;
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://www.gnu.org/software/mailman/";
|
homepage = "https://www.gnu.org/software/mailman/";
|
||||||
description = "Free software for managing electronic mail discussion and newsletter lists";
|
description = "Free software for managing electronic mail discussion and newsletter lists";
|
||||||
|
|
Loading…
Reference in a new issue