python27Packages.jupytext: 1.3.2 -> 1.3.4

This commit is contained in:
R. RyanTM 2020-03-03 09:05:42 +00:00 committed by Frederik Rietdijk
parent fad94709ce
commit b35abf2478

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupytext"; pname = "jupytext";
version = "1.3.2"; version = "1.3.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "081c8dbql93bpl72pzg0z8vg482r3f350490mhqn965s10bz8say"; sha256 = "0jijf4a3iaskzi6frjwhd8drh7brn94r1zl7gni6d0dzr296mm93";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -32,7 +32,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts"; description = "Jupyter notebooks as Markdown documents, Julia, Python or R scripts";
homepage = https://github.com/mwouts/jupytext; homepage = "https://github.com/mwouts/jupytext";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ timokau ]; maintainers = with maintainers; [ timokau ];
}; };