diff options
| author | Nick Cao <nickcao@nichi.co> | 2024-07-13 11:06:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 11:06:03 -0400 |
| commit | 718519179052d615af8383155b919b4436d8c8cb (patch) | |
| tree | 19904269293df093cf698e144452fe5104d09305 /pkgs/development/python-modules | |
| parent | 98f7683671ba1e089b4cce81ab3c2b4c71b3edff (diff) | |
| parent | a12a8eabbdf030ed9d8eb6d132c1375412ef395f (diff) | |
Merge pull request #326626 from r-ryantm/auto-update/python312Packages.manifestoo
python312Packages.manifestoo: 0.7 -> 1.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/manifestoo/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/manifestoo/default.nix b/pkgs/development/python-modules/manifestoo/default.nix index 140c78d26632..4ee80ef7fd28 100644 --- a/pkgs/development/python-modules/manifestoo/default.nix +++ b/pkgs/development/python-modules/manifestoo/default.nix @@ -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 ]; |
