python312Packages.manifestoo-core: 1.7 -> 1.8

This commit is contained in:
R. Ryantm
2024-09-13 17:35:22 +00:00
parent fafef5049e
commit 496ca405d8
@@ -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 ];