python311Packages.starlette-wtf: 0.4.3 -> 0.4.5

This commit is contained in:
R. Ryantm
2024-04-13 05:31:42 +00:00
parent 76e0e59bfa
commit e8b228437c
@@ -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 = [