python312Packages.manifestoo-core: 1.8 -> 1.8.1

This commit is contained in:
R. Ryantm 2024-10-05 14:18:52 +00:00
parent d786d01725
commit 54d880fc83

View File

@ -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 ];