python3Packages.manifestoo-core: 1.15.3 -> 1.15.4 (#539547)

This commit is contained in:
Nick Cao
2026-07-08 18:50:37 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.15.3";
version = "1.15.4";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-f+le+hJjsqP5/fXSOfO1DOFq8fl3A9/rioo8pVXoNxk=";
hash = "sha256-wUx7YhLMv//nqesJbgYILViDJYHeGBpp05NqAed0Dx4=";
};
nativeBuildInputs = [ hatch-vcs ];