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

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

authored by Nick Cao and committed by GitHub 4eac70d0 f474830b

+2 -2
+2 -2
pkgs/development/python-modules/flask-session-captcha/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "flask-session-captcha"; 20 - version = "1.4.0"; 20 + version = "1.4.1"; 21 21 pyproject = true; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "Tethik"; 25 25 repo = pname; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-eLdpLw1I4t9H0ek3AR9Cteb7Gfxo/LepM287p34Zw3s="; 27 + hash = "sha256-0g8nnnmTfcb9VqrtJ6kkfCFm+AYVrPZNWUPNQSjVTgQ="; 28 28 }; 29 29 30 30 nativeBuildInputs = [