0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python312Packages.lottie: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2024-12-04 07:32:13 +00:00
parent 1e536d5ebe
commit f04f58809d

View file

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
pname = "lottie";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-oyQvi6NwUfvddQPs0WggOgjkrybxe+LsygimSvHn08E=";
hash = "sha256-If05yOaLsfBDvVxmnDxgxwqc3lkCjTW8YV3e+S9CU2o=";
};
build-system = [ setuptools ];