Merge pull request #316737 from TomaSajt/archivy

archivy: revert to using fetchPypi for overriding source of wtforms
This commit is contained in:
Ben Siraphob 2024-06-12 09:22:59 +07:00 committed by GitHub
commit 869b8ed0e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,8 @@ let
wtforms = super.wtforms.overridePythonAttrs (oldAttrs: rec {
version = "2.3.1";
src = oldAttrs.src.override {
src = fetchPypi {
pname = "WTForms";
inherit version;
sha256 = "sha256-hhoTs65SHWcA2sOydxlwvTVKY7pwQ+zDqCtSiFlqGXI=";
};