python312Packages.manifestoo: 0.7 -> 1.0

This commit is contained in:
R. Ryantm 2024-07-12 18:48:45 +00:00
parent b521675c51
commit a12a8eabbd

View File

@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "manifestoo";
version = "0.7";
version = "1.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-gCGchc+fShBgt6fVJAx80+QnH+vxWo3jsIyePkFwhYE=";
hash = "sha256-iP9QVyAvKMTo8GuceiXWALmWKQ9yLX2qxl0S7IT+kMA=";
};
nativeBuildInputs = [ hatch-vcs ];