Merge pull request #180812 from r-ryantm/auto-update/python3.10-moku
python310Packages.moku: 2.3 -> 2.4
This commit is contained in:
commit
d5be48eb68
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "moku";
|
||||
version = "2.3";
|
||||
version = "2.4";
|
||||
|
||||
/*
|
||||
|
||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
*/
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-EzVcECjJyrr2NLQkG0Yp/jYBMnsEP1/FnS5O3UplszI=";
|
||||
hash = "sha256-yFA2NkiRt6wjXJk6i7oxrjD597acAligWId3MDYwTd0=";
|
||||
};
|
||||
/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue