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

python312Packages.jupytext: 1.16.2 -> 1.16.3
This commit is contained in:
Nick Cao 2024-07-12 16:06:16 -04:00 committed by GitHub
commit 9589dfd8d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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