python3Packages.django-lasuite: 0.0.11 -> 0.0.12

This commit is contained in:
R. Ryantm
2025-07-29 22:14:40 +00:00
parent 1e8f965e4e
commit 900a1171ab
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-lasuite";
version = "0.0.11";
version = "0.0.12";
pyproject = true;
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "django-lasuite";
tag = "v${version}";
hash = "sha256-Cx2eV/c1oiLJGJpglIYuaQT/m2OC6QP3r80CmQzXydE=";
hash = "sha256-cSDNDc8AmiuviVUlV3RhsbhsLF1LbsIkSrw6suTu5zk=";
};
build-system = [ hatchling ];