python312Packages.aiohttp-session: 2.12.0 -> 2.12.1 (#344560)

This commit is contained in:
Martin Weinelt 2024-09-26 10:45:36 +02:00 committed by GitHub
commit 2b8acaf061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "aiohttp-session";
version = "2.12.0";
version = "2.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp-session";
rev = "v${version}";
hash = "sha256-7MNah4OIQnoxLoZkLOdeu5uCwSyPMhc6Wsht8dFconc=";
rev = "refs/tags/v${version}";
hash = "sha256-mGWtHo/+jdCmv3TmUUv42hWSiLzPiP5ytB25pVyvZig=";
};
build-system = [ setuptools ];