python312Packages.manifestoo-core: 1.7 -> 1.8 (#341628)

This commit is contained in:
Aleksana
2024-09-16 15:59:28 +08:00
committed by GitHub
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.7";
version = "1.8";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-CLYySNkMysd81ZBA2yfHGSvBuuf8vEvVXkzVsTeEoNM=";
hash = "sha256-AjvwG9j2TILslTR4GwK6eHfql4l7I+QIwUd6XQ2ojmg=";
};
nativeBuildInputs = [ hatch-vcs ];