python3Packages.momonga: 0.2.0 -> 0.3.0

Diff: https://github.com/nbtk/momonga/compare/v0.2.0...v0.3.0

Changelog: https://github.com/nbtk/momonga/releases/tag/v0.3.0
This commit is contained in:
Robert Schütz
2025-12-09 17:48:11 -08:00
parent 6a65168d97
commit dd255ccf88
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "momonga";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nbtk";
repo = "momonga";
tag = "v${version}";
hash = "sha256-afPTJH1cVG4Ts6k1GwTJmSZgVZa0ejUERWgNumIUkbs=";
hash = "sha256-ZzQPJcvjRuRjU/u8KjxZ0C4XUb4fbVkLIcsf2JmzDRA=";
};
build-system = [ setuptools ];