python3Packages.disposable-email-domains: 0.0.177 -> 0.0.181

This commit is contained in:
R. Ryantm
2026-05-08 15:51:51 +00:00
committed by Gaetan Lepage
parent 553ce73239
commit c7f1840da2
@@ -8,14 +8,15 @@
buildPythonPackage (finalAttrs: {
pname = "disposable-email-domains";
version = "0.0.177";
version = "0.0.181";
pyproject = true;
__structuredAttrs = true;
# No tags on GitHub
src = fetchPypi {
pname = "disposable_email_domains";
inherit (finalAttrs) version;
hash = "sha256-HKm7QTtzxW8ZnuvAsE5JFr61nnr+qWjjeV/5VY1JFIc=";
hash = "sha256-BtW0MXgFTphae3O5XPDnix8RTKDx/tvzpTN4znZjFSI=";
};
build-system = [