Skip to content

Commit

Permalink
Merge pull request NixOS#203761 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.manimpango

python310Packages.manimpango: 0.4.2 -> 0.4.3
  • Loading branch information
fabaff authored Nov 30, 2022
2 parents 42841af + 96a8f39 commit 8c88a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/manimpango/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "manimpango";
version = "0.4.2";
version = "0.4.3";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ManimCommunity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ftoESXUMc+jnKmEzhmwZc/R7vVX9idsezPFHRUzPbaU=";
hash = "sha256-FT3X6TmGfwd8kRPtuqy78ZCGeEGGg6IJEeEpB7ZbIsA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 8c88a47

Please sign in to comment.