python3Packages.django-lasuite: 0.0.10 -> 0.0.11 (#427117)

This commit is contained in:
Nick Cao
2025-07-21 16:46:47 -04:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-lasuite";
version = "0.0.10";
version = "0.0.11";
pyproject = true;
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "django-lasuite";
tag = "v${version}";
hash = "sha256-2rSPGioyG/2VeyBPfsNU4TL2jvlLjRQpxQSl1AHLL10=";
hash = "sha256-Cx2eV/c1oiLJGJpglIYuaQT/m2OC6QP3r80CmQzXydE=";
};
build-system = [ hatchling ];