Merge pull request #326626 from r-ryantm/auto-update/python312Packages.manifestoo
python312Packages.manifestoo: 0.7 -> 1.0
This commit is contained in:
@@ -15,12 +15,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "manifestoo";
|
pname = "manifestoo";
|
||||||
version = "0.7";
|
version = "1.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-gCGchc+fShBgt6fVJAx80+QnH+vxWo3jsIyePkFwhYE=";
|
hash = "sha256-iP9QVyAvKMTo8GuceiXWALmWKQ9yLX2qxl0S7IT+kMA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ hatch-vcs ];
|
nativeBuildInputs = [ hatch-vcs ];
|
||||||
|
|||||||
Reference in New Issue
Block a user