Merge pull request #282772 from r-ryantm/auto-update/trustymail

trustymail: 0.8.1 -> 0.8.3
This commit is contained in:
Nick Cao 2024-01-22 09:42:21 -05:00 committed by GitHub
commit f33605f813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "trustymail";
version = "0.8.1";
version = "0.8.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "cisagov";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-hKiQWAOzUjmoCcEH9OTgkgU7s1V+Vv3+93OLkqDRDoU=";
hash = "sha256-aFXz78Gviki0yIcnn2EgR3mHmt0wMoY5u6RoT6zQc1Y=";
};
postPatch = ''