python310Packages.moku: 2.5.1 -> 2.6.0

This commit is contained in:
R. Ryantm 2023-01-30 01:25:25 +00:00
parent 50438b6b47
commit aa49baac70

View file

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "moku"; pname = "moku";
version = "2.5.1"; version = "2.6.0";
/* /*
@ -22,7 +22,7 @@ buildPythonPackage rec {
*/ */
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-oFRwJ6i4wfjA3E2QMqE4ybutT7OZiFZ3LYXoplY3D/I="; hash = "sha256-tG54V26H7viu5DPs3EWTg7ouCsdC3EXoeb8iexO6YBw=";
}; };
/* /*