Merge pull request #187806 from r-ryantm/auto-update/python310Packages.jupytext

python310Packages.jupytext: 1.14.0 -> 1.14.1
This commit is contained in:
Timo Kaufmann 2022-08-22 17:15:00 +02:00 committed by GitHub
commit eed8f7700f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.14.0";
version = "1.14.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "mwouts";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-a/dvY7MLCjYGOvsCC5tiIIJpApNriRtBN63VK+McEVw=";
sha256 = "sha256-DDF4aTLkhEl4xViYh/E0/y6swcwZ9KbeS0qKm+HdFz8=";
};
buildInputs = [