python311Packages.jupytext: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2024-01-18 12:30:33 +00:00
parent cefcf19e1c
commit 96122a4311

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.16.0";
version = "1.16.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-lMfmd3XpDheSw5q3/KTgRZv3w1ZWEj6Nwunhs+lTuvg=";
hash = "sha256-aMe2hoXocOgOYP2oKG+9Ymnpx03B30MW32/kbqvJTJk=";
};
nativeBuildInputs = [