python312Packages.flask-session-captcha: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2024-03-21 10:10:19 +00:00
parent 6e6944dbcc
commit ee24e40cf0
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "flask-session-captcha";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Tethik";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eLdpLw1I4t9H0ek3AR9Cteb7Gfxo/LepM287p34Zw3s=";
hash = "sha256-0g8nnnmTfcb9VqrtJ6kkfCFm+AYVrPZNWUPNQSjVTgQ=";
};
nativeBuildInputs = [