Merge pull request #69875 from r-ryantm/auto-update/python3.7-jupytext

python37Packages.jupytext: 1.2.1 -> 1.2.3
This commit is contained in:
Mario Rodas 2019-09-28 13:42:42 -05:00 committed by GitHub
commit d658d5018c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "jupytext";
version = "1.2.1";
version = "1.2.3";
src = fetchPypi {
inherit pname version;
sha256 = "05vwxgjh7pzxgdzj0775562bfps8j7w3p7dcf1zfh169whqw9vg8";
sha256 = "0a2c00bncf68havs3msra6jkx8frbv3yal56mk85wnkwhzlahj0c";
};
propagatedBuildInputs = [