python311Packages.pytweening: 1.0.7 -> 1.2.0
This commit is contained in:
parent
06638ebb48
commit
733ea48fda
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytweening";
|
||||
version = "1.0.7";
|
||||
version = "1.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-dnE08b9Xt2wc6faS3Rz8d22aJ53mck6NBIVFCP1+3ts=";
|
||||
hash = "sha256-JDMYt3NmmAZsXzYuxcK2Q07PQpfDyOfKqKv+avTKxxs=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "pytweening" ];
|
||||
|
|
Loading…
Reference in a new issue