python37Packages.jupytext: 0.8.6 -> 1.1.3 (#62530)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jupytext/versions
This commit is contained in:
R. RyanTM 2019-06-02 12:46:05 -07:00 committed by Timo Kaufmann
parent 5612650767
commit 510a167a91

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "jupytext";
version = "0.8.6";
version = "1.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "1m35m9z4vy480d2200nd4lk9n5s4z3zcnq0d9rdlh4yv5264mrgf";
sha256 = "1klcx333kpgb5gbaasmz07brqjxvls3l5dpj0kv9cfsd76cq17yh";
};
propagatedBuildInputs = [