python312Packages.manifestoo-core: 1.8 -> 1.8.1 (#346679)

This commit is contained in:
OTABI Tomoya
2024-10-06 15:21:45 +09:00
committed by GitHub
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.8";
version = "1.8.1";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-AjvwG9j2TILslTR4GwK6eHfql4l7I+QIwUd6XQ2ojmg=";
hash = "sha256-aULT5xxkWEndzEBVcpwvWlIXQYxwfF0VxoI6EHC3JAs=";
};
nativeBuildInputs = [ hatch-vcs ];