python3Packages.manifestoo-core: 1.15.2 -> 1.15.3

This commit is contained in:
R. Ryantm
2026-06-29 12:07:20 +00:00
parent 83f5f3de2c
commit de87ab9893
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.15.2";
version = "1.15.3";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-cneTeLVamKknBPSZSnd+6ks2D7W2HDv6PLqCeMZJ4Gg=";
hash = "sha256-f+le+hJjsqP5/fXSOfO1DOFq8fl3A9/rioo8pVXoNxk=";
};
nativeBuildInputs = [ hatch-vcs ];