Merge pull request #198901 from r-ryantm/auto-update/python310Packages.moku

This commit is contained in:
Doron Behar 2022-11-01 09:17:32 +00:00 committed by GitHub
commit a37dd75ba4
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.4"; version = "2.5.1";
/* /*
@ -22,7 +22,7 @@ buildPythonPackage rec {
*/ */
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-yFA2NkiRt6wjXJk6i7oxrjD597acAligWId3MDYwTd0="; hash = "sha256-oFRwJ6i4wfjA3E2QMqE4ybutT7OZiFZ3LYXoplY3D/I=";
}; };
/* /*