mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #316737 from TomaSajt/archivy
archivy: revert to using fetchPypi for overriding source of wtforms
This commit is contained in:
commit
869b8ed0e8
@ -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=";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user