Show More
@@ -1238,11 +1238,11 b' self: super: {' | |||
|
1238 | 1238 | }; |
|
1239 | 1239 | }; |
|
1240 | 1240 | "pygments" = super.buildPythonPackage { |
|
1241 |
name = "pygments-2. |
|
|
1241 | name = "pygments-2.3.0"; | |
|
1242 | 1242 | doCheck = false; |
|
1243 | 1243 | src = fetchurl { |
|
1244 |
url = "https://files.pythonhosted.org/packages/ |
|
|
1245 | sha256 = "1k78qdvir1yb1c634nkv6rbga8wv4289xarghmsbbvzhvr311bnv"; | |
|
1244 | url = "https://files.pythonhosted.org/packages/63/a2/91c31c4831853dedca2a08a0f94d788fc26a48f7281c99a303769ad2721b/Pygments-2.3.0.tar.gz"; | |
|
1245 | sha256 = "1z34ms51dh4jq4h3cizp7vd1dmsxcbvffkjsd2xxfav22nn6lrl2"; | |
|
1246 | 1246 | }; |
|
1247 | 1247 | meta = { |
|
1248 | 1248 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -1711,8 +1711,6 b' self: super: {' | |||
|
1711 | 1711 | self."markdown" |
|
1712 | 1712 | self."markupsafe" |
|
1713 | 1713 | self."msgpack-python" |
|
1714 | self."mysql-python" | |
|
1715 | self."pymysql" | |
|
1716 | 1714 | self."pyotp" |
|
1717 | 1715 | self."packaging" |
|
1718 | 1716 | self."paste" |
@@ -1721,7 +1719,6 b' self: super: {' | |||
|
1721 | 1719 | self."pathlib2" |
|
1722 | 1720 | self."peppercorn" |
|
1723 | 1721 | self."psutil" |
|
1724 | self."psycopg2" | |
|
1725 | 1722 | self."py-bcrypt" |
|
1726 | 1723 | self."pycrypto" |
|
1727 | 1724 | self."pycurl" |
@@ -1735,7 +1732,6 b' self: super: {' | |||
|
1735 | 1732 | self."pyramid-mako" |
|
1736 | 1733 | self."pyramid" |
|
1737 | 1734 | self."pyramid-mailer" |
|
1738 | self."pysqlite" | |
|
1739 | 1735 | self."python-dateutil" |
|
1740 | 1736 | self."python-ldap" |
|
1741 | 1737 | self."python-memcached" |
@@ -1770,6 +1766,10 b' self: super: {' | |||
|
1770 | 1766 | self."zope.deprecation" |
|
1771 | 1767 | self."zope.event" |
|
1772 | 1768 | self."zope.interface" |
|
1769 | self."mysql-python" | |
|
1770 | self."pymysql" | |
|
1771 | self."pysqlite" | |
|
1772 | self."psycopg2" | |
|
1773 | 1773 | self."nbconvert" |
|
1774 | 1774 | self."nbformat" |
|
1775 | 1775 | self."jupyter-client" |
General Comments 0
You need to be logged in to leave comments.
Login now