Merge pull request #281765 from r-ryantm/auto-update/python311Packages.jupytext

python311Packages.jupytext: 1.16.0 -> 1.16.1
This commit is contained in:
Fabian Affolter
2024-01-18 22:02:18 +01:00
committed by GitHub
@@ -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 = [