Merge pull request #180812 from r-ryantm/auto-update/python3.10-moku

python310Packages.moku: 2.3 -> 2.4
This commit is contained in:
Doron Behar 2022-07-09 12:25:18 +03:00 committed by GitHub
commit d5be48eb68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "moku"; pname = "moku";
version = "2.3"; version = "2.4";
/* /*
@ -22,7 +22,7 @@ buildPythonPackage rec {
*/ */
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-EzVcECjJyrr2NLQkG0Yp/jYBMnsEP1/FnS5O3UplszI="; hash = "sha256-yFA2NkiRt6wjXJk6i7oxrjD597acAligWId3MDYwTd0=";
}; };
/* /*