python3Packages.django-structlog: 10.0.0 -> 10.1.0

This commit is contained in:
R. Ryantm
2026-06-02 12:06:46 +00:00
parent 017304cea5
commit 7ae15534eb
@@ -24,14 +24,14 @@
}:
buildPythonPackage (finalAttrs: {
pname = "django-structlog";
version = "10.0.0";
version = "10.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jrobichaud";
repo = "django-structlog";
tag = finalAttrs.version;
hash = "sha256-BNZ+nk2NK5x2YsTDZjH5BVizXAyLZhKp8zRvkWi068k=";
hash = "sha256-HQxvkArh0WPbVoIoiiSlb2YRk+cJvow/dE/O2JjMlIQ=";
};
build-system = [ setuptools ];