python311Packages.manifestoo-core: 1.5 -> 1.6

This commit is contained in:
R. Ryantm 2024-05-23 12:14:38 +00:00
parent c9a38724ad
commit eb042e727a

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.5";
version = "1.6";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-a3v2WfJ42bh2LlAsH9ekpLFsAlOiTTLGNknTW2mTxCI=";
hash = "sha256-gOWu01Z1lxhMJELyxvU5A5AskVEqCoLV/auydM5/QCE=";
};
nativeBuildInputs = [ hatch-vcs ];