Merge pull request #265888 from r-ryantm/auto-update/python310Packages.manifestoo-core

python310Packages.manifestoo-core: 1.0 -> 1.3
This commit is contained in:
OTABI Tomoya 2023-11-07 23:02:04 +09:00 committed by GitHub
commit 65c7341dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "manifestoo-core";
version = "1.0";
version = "1.3";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "manifestoo_core";
hash = "sha256-cnEbws2NDxVkLEgLsYw2VQQWP69nC1SVixl9a6vHPmo=";
hash = "sha256-psgUg55NiyONo3ob4UIMrO793UrxGMZV73hj4HRCR8E=";
};
nativeBuildInputs = [