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 {
|
buildPythonPackage rec {
|
||||||
pname = "starlette-wtf";
|
pname = "starlette-wtf";
|
||||||
version = "0.4.3";
|
version = "0.4.5";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "muicss";
|
owner = "muicss";
|
||||||
repo = "starlette-wtf";
|
repo = "starlette-wtf";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-TSxcIgINRjQwiyhpGOEEpXJKcPlhFCxMQh4/GY1g1lw=";
|
hash = "sha256-88zU2NAsdty2OhHauwQ5+6LazuRDYPoqN9IIipI1t2Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue