Merge pull request #202058 from r-ryantm/auto-update/python310Packages.manimpango
python310Packages.manimpango: 0.4.1 -> 0.4.2
This commit is contained in:
commit
5b1d19d051
1 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "manimpango";
|
pname = "manimpango";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ManimCommunity";
|
owner = "ManimCommunity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-ourSUYBAFONdupdsjo/PtwRQpXS7HqLxrHj0Ejr/Wdw=";
|
hash = "sha256-ftoESXUMc+jnKmEzhmwZc/R7vVX9idsezPFHRUzPbaU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -59,6 +59,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Binding for Pango";
|
description = "Binding for Pango";
|
||||||
homepage = "https://github.com/ManimCommunity/ManimPango";
|
homepage = "https://github.com/ManimCommunity/ManimPango";
|
||||||
|
changelog = "https://github.com/ManimCommunity/ManimPango/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ emilytrau ];
|
maintainers = with maintainers; [ emilytrau ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue