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 {
|
||||
pname = "manimpango";
|
||||
version = "0.4.1";
|
||||
version = "0.4.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "ManimCommunity";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ourSUYBAFONdupdsjo/PtwRQpXS7HqLxrHj0Ejr/Wdw=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ftoESXUMc+jnKmEzhmwZc/R7vVX9idsezPFHRUzPbaU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -59,6 +59,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Binding for Pango";
|
||||
homepage = "https://github.com/ManimCommunity/ManimPango";
|
||||
changelog = "https://github.com/ManimCommunity/ManimPango/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ emilytrau ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue