python3Packages.manifestoo: 1.0 -> 1.1

This commit is contained in:
R. Ryantm
2025-09-25 21:49:18 +00:00
parent 5afaa3672f
commit b9cc362095
@@ -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 ];