python3Packages.django-vcache: 2.3.0 -> 3.1.1

This commit is contained in:
R. Ryantm
2026-08-02 07:08:50 +00:00
parent cd017c33bb
commit 79cd0fa81d
@@ -12,19 +12,19 @@
buildPythonPackage (finalAttrs: {
pname = "django-vcache";
version = "2.3.0";
version = "3.1.1";
pyproject = true;
src = fetchFromGitLab {
owner = "glitchtip";
repo = "django-vcache";
tag = "v${finalAttrs.version}";
hash = "sha256-/LyNJlz3Tx6tgQAwY4vIIsDlL2nCvKM6bna2bXyP5So=";
hash = "sha256-9KsIijeWC97IAD+xlE78UvSSIUp5DbpOdaDRcw8ZxWQ=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = "sha256-a9+3k6YTotmj+LBO6OyVd2NUh3hpLwpKXJsX7pBxXNE=";
hash = "sha256-tpf0r32wNJ/XCmNutoirTobqKgsEX96s4MsI6+p7KlQ=";
};
build-system = [ hatchling ];