forked from fediversity/fediversity
allow empty password fields, closes #521
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
9d7a696ffe
commit
4a93473598
1 changed files with 4 additions and 4 deletions
|
@ -13,14 +13,14 @@ buildPythonPackage rec {
|
|||
_class = "package";
|
||||
|
||||
pname = "drf-pydantic";
|
||||
version = "v2.7.1";
|
||||
version = "v2.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "georgebv";
|
||||
owner = "KiaraGrouwstra";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-ABtSoxj/+HHq4hj4Yb6bEiyOl00TCO/9tvBzhv6afxM=";
|
||||
rev = "8d083910bfcf51fcef8c83cf516b3f2394626c4a";
|
||||
hash = "sha256-d+wTH4grquQLN8FFO9kjLlTK/2dCungPwbDqew9vxYo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Reference in a new issue