Show More
@@ -510,13 +510,13 b'' | |||||
510 | }; |
|
510 | }; | |
511 | }; |
|
511 | }; | |
512 | pyramid = super.buildPythonPackage { |
|
512 | pyramid = super.buildPythonPackage { | |
513 |
name = "pyramid-1.9. |
|
513 | name = "pyramid-1.9.2"; | |
514 | buildInputs = with self; []; |
|
514 | buildInputs = with self; []; | |
515 | doCheck = false; |
|
515 | doCheck = false; | |
516 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper]; |
|
516 | propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy hupper]; | |
517 | src = fetchurl { |
|
517 | src = fetchurl { | |
518 |
url = "https://files.pythonhosted.org/packages/9a |
|
518 | url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz"; | |
519 | sha256 = "840f4bbd5994609340de35079da0d1dd94f79942e27818d5d8566f8009fb0b36"; |
|
519 | sha256 = "cf89a48cb899291639686bf3d4a883b39e496151fa4871fb83cc1a3200d5b925"; | |
520 | }; |
|
520 | }; | |
521 | meta = { |
|
521 | meta = { | |
522 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
522 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
@@ -12,7 +12,7 b' mercurial==4.4.2' | |||||
12 | msgpack-python==0.4.8 |
|
12 | msgpack-python==0.4.8 | |
13 | pyramid-jinja2==2.7 |
|
13 | pyramid-jinja2==2.7 | |
14 | Jinja2==2.9.6 |
|
14 | Jinja2==2.9.6 | |
15 |
pyramid==1.9. |
|
15 | pyramid==1.9.2 | |
16 | pyramid-mako==1.0.2 |
|
16 | pyramid-mako==1.0.2 | |
17 | pathlib2==2.3.0 |
|
17 | pathlib2==2.3.0 | |
18 | repoze.lru==0.7 |
|
18 | repoze.lru==0.7 |
General Comments 0
You need to be logged in to leave comments.
Login now