Merge pull request #303777 from r-ryantm/auto-update/python311Packages.starlette-wtf
python311Packages.starlette-wtf: 0.4.3 -> 0.4.5
This commit is contained in:
commit
8d4fe289c1
1 changed files with 3 additions and 3 deletions
|
@ -13,14 +13,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "starlette-wtf";
|
||||
version = "0.4.3";
|
||||
version = "0.4.5";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "muicss";
|
||||
repo = "starlette-wtf";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-TSxcIgINRjQwiyhpGOEEpXJKcPlhFCxMQh4/GY1g1lw=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-88zU2NAsdty2OhHauwQ5+6LazuRDYPoqN9IIipI1t2Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue