Skip to content

Commit d828579

Browse files
committed
python3Packages.disposable-email-domains: 0.0.137 -> 0.0.139
1 parent fc430b0 commit d828579

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/disposable-email-domains

pkgs/development/python-modules/disposable-email-domains/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "disposable-email-domains";
11-
version = "0.0.137";
11+
version = "0.0.139";
1212
pyproject = true;
1313

1414
# No tags on GitHub
1515
src = fetchPypi {
1616
pname = "disposable_email_domains";
1717
inherit version;
18-
hash = "sha256-XX8WqoDKf+ub2EzIiLalFYvJRvIZhD5zXdJ1Q4X/PW0=";
18+
hash = "sha256-9SGzCWRaZaH5FxffpL2eaGHewlEbuyI9yxZs5NRZq9g=";
1919
};
2020

2121
build-system = [

0 commit comments

Comments
 (0)