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