Merge pull request #297685 from r-ryantm/auto-update/python312Packages.flask-session-captcha

python312Packages.flask-session-captcha: 1.4.0 -> 1.4.1
This commit is contained in:
Nick Cao 2024-03-22 11:25:20 -04:00 committed by GitHub
commit 4eac70d0f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [