Merge pull request #231416 from r-ryantm/auto-update/python310Packages.pytweening

python310Packages.pytweening: 1.0.4 -> 1.0.7
This commit is contained in:
Nick Cao 2023-05-13 10:05:00 +08:00 committed by GitHub
commit ad347c79d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];