python3Packages.lottie: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm
2025-05-03 16:17:08 +00:00
parent 4a3f7c41c0
commit e8fa99aa81
@@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
pname = "lottie";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-If05yOaLsfBDvVxmnDxgxwqc3lkCjTW8YV3e+S9CU2o=";
hash = "sha256-hTBKwVLNBCyf6YpSe10TajHG/iqs2FnOHFgYm7lG0Sc=";
};
build-system = [ setuptools ];