python3Packages.manifestoo-core: 1.15.3 -> 1.15.4

This commit is contained in:
R. Ryantm
2026-07-08 10:28:12 +00:00
parent 3f74179837
commit 5eb4ceebf2
@@ -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 ];