python3Packages.momonga: 0.3.0 -> 0.6.0

This commit is contained in:
R. Ryantm
2026-06-20 13:32:31 +00:00
parent 9a21e4f721
commit 50c09aabc4
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "momonga";
version = "0.3.0";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nbtk";
repo = "momonga";
tag = "v${version}";
hash = "sha256-ZzQPJcvjRuRjU/u8KjxZ0C4XUb4fbVkLIcsf2JmzDRA=";
hash = "sha256-EJatEOpXJoRHEYs2ve90APOe17tBUZRWBygjIWWFW+c=";
};
build-system = [ setuptools ];