python3Packages.manifestoo: 1.0 -> 1.1 (#446173)

This commit is contained in:
Nick Cao
2025-09-26 20:27:06 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "manifestoo";
version = "1.0";
version = "1.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-iP9QVyAvKMTo8GuceiXWALmWKQ9yLX2qxl0S7IT+kMA=";
hash = "sha256-WDfktW8jxh3blr0BH2p6z/Pl6VkQuLqiC5+akYnhaV4=";
};
nativeBuildInputs = [ hatch-vcs ];