python310Packages.pytweening: 1.0.4 -> 1.0.7

This commit is contained in:
R. Ryantm 2023-05-12 05:57:18 +00:00
parent 53875c54da
commit 65654f4e2a

View File

@ -4,11 +4,11 @@
}:
buildPythonPackage rec {
pname = "pytweening";
version = "1.0.4";
version = "1.0.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hTMoLPcLMd6KBJnhz0IJMLABPHhxGIcrLsiZOCeS4uY=";
hash = "sha256-dnE08b9Xt2wc6faS3Rz8d22aJ53mck6NBIVFCP1+3ts=";
};
pythonImportsCheck = [ "pytweening" ];