Skip to content

Commit

Permalink
python312Packages.mailsuite: 1.9.16 -> 1.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 21, 2024
1 parent 62c2f8e commit 7e0bb43
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/mailsuite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,22 @@

buildPythonPackage rec {
pname = "mailsuite";
version = "1.9.16";
version = "1.9.18";
format = "pyproject";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-rfavOOivttXXmdA/Nl3jUmXIUQrjxDDZ8cHcNIJQL6U=";
hash = "sha256-3rK5PgcAOKVvZbFT7PaZX9lhU8yKpPQozvh2F8mTkfA=";
};

nativeBuildInputs = [ hatchling ];

pythonRelaxDeps = [
"mail-parser"
];

propagatedBuildInputs = [
dnspython
expiringdict
Expand Down

0 comments on commit 7e0bb43

Please sign in to comment.