Skip to content

Commit

Permalink
Add latest version of NCO (spack#4370)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored May 27, 2017
1 parent d3a82ce commit e7ad79f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/nco/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ class Nco(AutotoolsPackage):
netCDF-accessible formats"""

homepage = "http://nco.sourceforge.net/"
url = "https://github.com/nco/nco/archive/4.6.6.tar.gz"
url = "https://github.com/nco/nco/archive/4.6.7.tar.gz"

version('4.6.7', 'b04c92aa715d3fad3ebebd1fd178ce32')
version('4.6.6', 'df6fa47aaf6e41adfc0631912a7a341f')
version('4.6.5', '2afd34a6bb5ff6c7ed39cf40c917b6e4')
version('4.6.4', '22f4e779d0011a9c0db90fda416c8e45')
Expand Down

0 comments on commit e7ad79f

Please sign in to comment.