python3Packages.pylatexenc: 2.4 -> 2.7

This commit is contained in:
Drew Risinger 2020-08-13 09:47:01 -04:00 committed by Jon
parent e6ec21dfa3
commit 59e13f65fb

View File

@ -6,13 +6,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylatexenc"; pname = "pylatexenc";
version = "2.4"; version = "2.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phfaist"; owner = "phfaist";
repo = "pylatexenc"; repo = "pylatexenc";
rev = "v${version}"; rev = "v${version}";
sha256 = "0i4frypbv90mjir8bkp03cwkvwhgvc9p3fw6q2jz1dn7fw94v2rv"; sha256 = "1hpcwbknfah3mky2m4asw15b9qdvv4k5ni0js764n1jpi83m1zgk";
}; };
pythonImportsCheck = [ "pylatexenc" ]; pythonImportsCheck = [ "pylatexenc" ];