python27Packages.jupytext: 1.3.1 -> 1.3.2

This commit is contained in:
R. RyanTM 2020-01-22 15:47:33 +00:00
parent 4311cfa157
commit f76597380f

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupytext"; pname = "jupytext";
version = "1.3.1"; version = "1.3.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "132bad60c63debfb371a691cb6668a19938ec268599e9c49f1531a3bf0be7b1c"; sha256 = "081c8dbql93bpl72pzg0z8vg482r3f350490mhqn965s10bz8say";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [