python3Packages.django-currentuser: 0.8.0 -> 0.9.0 (#436879)

This commit is contained in:
dish
2025-09-01 10:57:30 -04:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "django-currentuser";
version = "0.8.0";
version = "0.9.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "zsoldosp";
repo = "django-currentuser";
tag = "v${version}";
hash = "sha256-buWYVl/nGxzoaDgA6Ds2R/AhGTYpi9JxxO0ER8Vuly4=";
hash = "sha256-pfgsVsWM/aehZZAQzjL1fdsqWlfnquOniu76UoLPREI=";
};
build-system = [