python3Packages.yark: 1.2.4 -> 1.2.7

This commit is contained in:
Martin Weinelt 2023-02-27 02:15:00 +01:00
parent 919f484075
commit 7b0360adcc

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "yark";
version = "1.2.4";
version = "1.2.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "fdd50d0e832b4522cbe24433f42ed571a1f199f571c1d0c98472b94a501db9cf";
sha256 = "sha256-8O4EpHb1fP/O/t6hS1K1ylSXNKBuiipo7wvEnUJODSw=";
};
pythonRelaxDeps = [