Merge pull request #242345 from r-ryantm/auto-update/python310Packages.django-rosetta
python310Packages.django-rosetta: 0.9.8 -> 0.9.9
This commit is contained in:
commit
737aabb1d2
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-rosetta";
|
pname = "django-rosetta";
|
||||||
version = "0.9.8";
|
version = "0.9.9";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||||||
owner = "mbi";
|
owner = "mbi";
|
||||||
repo = "django-rosetta";
|
repo = "django-rosetta";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-3AXwRxNWVkqW65xdqUwjHM1W5qhHXTjapqaM0Wmsebw=";
|
hash = "sha256-OuKgqGYBlzQNKKAJYFhNi+LnONB/mxINMj4VBAVWjqI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -37,7 +37,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Rosetta is a Django application that facilitates the translation process of your Django projects";
|
description = "Rosetta is a Django application that facilitates the translation process of your Django projects";
|
||||||
homepage = "https://github.com/mbi/django-rosetta";
|
homepage = "https://github.com/mbi/django-rosetta";
|
||||||
changelog = "https://github.com/jazzband/django-rosetta/releases/tag/v${version}";
|
changelog = "https://github.com/mbi/django-rosetta/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ derdennisop ];
|
maintainers = with maintainers; [ derdennisop ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user