python310Packages.manifestoo-core: 1.3 -> 1.4

This commit is contained in:
R. Ryantm 2023-12-28 04:38:03 +00:00
parent ddd6c029b5
commit d5bc89ee08

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.3";
version = "1.4";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-psgUg55NiyONo3ob4UIMrO793UrxGMZV73hj4HRCR8E=";
hash = "sha256-ETvsxUKAP0xiFqpVO921Rup+1/A2DKyaK/oBr1K315I=";
};
nativeBuildInputs = [