python3Packages.django-currentuser: 0.9.0 -> 0.10.0 (#494595)

This commit is contained in:
Nick Cao
2026-02-27 21:09:43 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-currentuser";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zsoldosp";
repo = "django-currentuser";
tag = "v${version}";
hash = "sha256-pfgsVsWM/aehZZAQzjL1fdsqWlfnquOniu76UoLPREI=";
hash = "sha256-1fg1KRu685hnAyHCOKKqvwU/K8Sm4D7/TRKLBI2tBu0=";
};
build-system = [