We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc430b0 commit d828579Copy full SHA for d828579
1 file changed
pkgs/development/python-modules/disposable-email-domains/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "disposable-email-domains";
11
- version = "0.0.137";
+ version = "0.0.139";
12
pyproject = true;
13
14
# No tags on GitHub
15
src = fetchPypi {
16
pname = "disposable_email_domains";
17
inherit version;
18
- hash = "sha256-XX8WqoDKf+ub2EzIiLalFYvJRvIZhD5zXdJ1Q4X/PW0=";
+ hash = "sha256-9SGzCWRaZaH5FxffpL2eaGHewlEbuyI9yxZs5NRZq9g=";
19
};
20
21
build-system = [
0 commit comments