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:
Weijia Wang 2024-05-04 19:08:11 +02:00 committed by GitHub
commit 8d4fe289c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [