python3Packages.manifestoo-core: 1.10 -> 1.11

This commit is contained in:
R. Ryantm
2025-09-07 03:02:19 +05:30
committed by Masum Reza
parent 2147f5b77b
commit a43909ac2d
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.10";
version = "1.11";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-LLxr96/cuAAncddMeBBVlFq2Hl5+pNXqgMbvbnfzcE8=";
hash = "sha256-f242Zf6L/vvAAOHpqcJVBVKFD17ATpDU3Er/eoNqIfg=";
};
nativeBuildInputs = [ hatch-vcs ];