diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 04:03:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 06:12:21 +0200 |
commit | 9566bb82e50da648acbaa64ed6bdcee5a08badd4 (patch) | |
tree | 7f91079f9f268bdbfb3a837db8b17f3b6dfeaa93 /gnu/packages/astronomy.scm | |
parent | 60b0c2522201681cf33ac359dc57f0f0d73ef6ed (diff) | |
download | guix-9566bb82e50da648acbaa64ed6bdcee5a08badd4.tar.gz |
gnu: gnuastro: Update to 0.6.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.6.
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 327e46e995..a90b93ad21 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -103,7 +103,7 @@ header.") (define-public gnuastro (package (name "gnuastro") - (version "0.5") + (version "0.6") (source (origin (method url-fetch) @@ -111,7 +111,7 @@ header.") version ".tar.gz")) (sha256 (base32 - "10lxzxyrf30hj3bqdgprvaj9phzdi816khjmr0vmjf8pmsr8bqqr")))) + "16a212j9ghdirm11d25s5q5qw32bkjrxsh3rblfyyv29djch34w6")))) (inputs `(("cfitsio" ,cfitsio) ("gsl" ,gsl) |