python312Packages.django-rosetta: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm
2025-04-12 23:11:54 +00:00
parent 996e36a291
commit 386641a5c9
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "django-rosetta";
version = "0.10.1";
version = "0.10.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mbi";
repo = "django-rosetta";
tag = "v${version}";
hash = "sha256-b+iCUA3i3Ej6S5XcGQhBIEIJFx6vOL2sq3xkkA9wqek=";
hash = "sha256-NqDrCDvvyZsce7/VWXujAStAW8UtNSro8aelrDi4EEs=";
};
build-system = [ setuptools ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Rosetta is a Django application that facilitates the translation process of your Django projects";
homepage = "https://github.com/mbi/django-rosetta";
changelog = "https://github.com/mbi/django-rosetta/releases/tag/v${version}";
changelog = "https://github.com/mbi/django-rosetta/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ derdennisop ];
};