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
+2 -1
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=";
};