python3Packages.manifestoo-core: 1.15.1 -> 1.15.2 (#514898)

This commit is contained in:
Vladimír Čunát
2026-05-20 11:08:57 +00:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.15.1";
version = "1.15.2";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-QvdquUEwaHIX94m0/FVJ41/mmmQZz9Nj3F9ZepWgIFM=";
hash = "sha256-cneTeLVamKknBPSZSnd+6ks2D7W2HDv6PLqCeMZJ4Gg=";
};
nativeBuildInputs = [ hatch-vcs ];