diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 14:36:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 15:54:28 +0200 |
commit | 90a4e589e0a0de40bf39ede9db8132b6d0b880f0 (patch) | |
tree | f70e03f2f6e0d2d1fe60c9482272590108db667b /gnu/packages/astronomy.scm | |
parent | 88e1ac17ed168e3a173462c606c75f7ef21d8080 (diff) | |
download | patches-90a4e589e0a0de40bf39ede9db8132b6d0b880f0.tar patches-90a4e589e0a0de40bf39ede9db8132b6d0b880f0.tar.gz |
gnu: gnuastro: Update to 0.7.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.7.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8fe2ee4d23..bfda1aef75 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -103,7 +103,7 @@ header.") (define-public gnuastro (package (name "gnuastro") - (version "0.6") + (version "0.7") (source (origin (method url-fetch) @@ -111,7 +111,7 @@ header.") version ".tar.gz")) (sha256 (base32 - "16a212j9ghdirm11d25s5q5qw32bkjrxsh3rblfyyv29djch34w6")))) + "1h4hpj5dd1nz8hx0dkf43as0hl1grcaijg0k3zcd5djg7wgna46y")))) (inputs `(("cfitsio" ,cfitsio) ("gsl" ,gsl) |