python310Packages.manimpango: 0.4.0.post2 -> 0.4.1

This commit is contained in:
R. Ryantm 2022-03-22 03:15:38 +00:00
parent 3d9818b9c7
commit 1ed1d764f6

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "manimpango";
version = "0.4.0.post2";
version = "0.4.1";
src = fetchFromGitHub {
owner = "ManimCommunity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BMRlEdvJJOUbsvKEoZx2qJqHSbL475dhBthUpnsXkn4=";
sha256 = "sha256-ourSUYBAFONdupdsjo/PtwRQpXS7HqLxrHj0Ejr/Wdw=";
};
postPatch = ''