python3Packages.django-currentuser: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm
2025-08-25 20:34:09 +00:00
parent dbfdaa1a1c
commit 4728a59357
@@ -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 = [