summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTom Scogland <scogland1@llnl.gov>2016-05-18 10:57:11 -0700
committerTom Scogland <scogland1@llnl.gov>2016-05-22 11:16:00 -0700
commit425beb4d97d2a54f082c6ffbc90d05ef7d7ab7c5 (patch)
tree462d5dd31173ef74c3b48bf48a45d8f8138b7a01 /var
parent404b7c7c4fe721f3b7236f6d02fb1330d4245858 (diff)
downloadspack-425beb4d97d2a54f082c6ffbc90d05ef7d7ab7c5.tar.gz
spack-425beb4d97d2a54f082c6ffbc90d05ef7d7ab7c5.tar.bz2
spack-425beb4d97d2a54f082c6ffbc90d05ef7d7ab7c5.tar.xz
spack-425beb4d97d2a54f082c6ffbc90d05ef7d7ab7c5.zip
updates for rust-bindgen
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/rust-bindgen/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/rust-bindgen/package.py b/var/spack/repos/builtin/packages/rust-bindgen/package.py
index 8d48ea096e..a2164f11c5 100644
--- a/var/spack/repos/builtin/packages/rust-bindgen/package.py
+++ b/var/spack/repos/builtin/packages/rust-bindgen/package.py
@@ -7,6 +7,8 @@ class RustBindgen(Package):
homepage = "http://www.rust-lang.org"
url = "https://github.com/crabtw/rust-bindgen"
+ version('0.16', tag='0.16', git='https://github.com/crabtw/rust-bindgen')
+
extends("rust")
def install(self, spec, prefix):