Merge pull request #332052 from r-ryantm/auto-update/python312Packages.jupytext

python312Packages.jupytext: 1.16.3 -> 1.16.4
This commit is contained in:
OTABI Tomoya 2024-08-04 14:11:41 +09:00 committed by GitHub
commit a6422e5ac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.16.3";
version = "1.16.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-HrrJkEYd2fR3/3/uyeMAP6GsyJ88FroBtz95/XbwGpg=";
hash = "sha256-KOM/RvLOekH7nWd6SiyVMnKFV5tkyhBEN8S56x5BdOk=";
};
build-system = [