Skip to content

Commit

Permalink
Upgrade to zmq 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Grout committed Mar 2, 2013
1 parent e40d6c4 commit be1b714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sage-spkg/spkg-dist
Expand Up @@ -62,9 +62,9 @@ print "Fetching the required packages"
pkg_index = PackageIndex()
tmp_dir = mkdtemp()
# in order of dependencies
zeromq_version='2.1.11'
zeromq_version='2.2.0'
required_packages = ('paramiko',
'pyzmq=='+zeromq_version,
'pyzmq',
'tornado',
'sockjs-tornado',
)
Expand Down

0 comments on commit be1b714

Please sign in to comment.