[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: cfitsio: Update to 3.47.
From: |
guix-commits |
Subject: |
04/06: gnu: cfitsio: Update to 3.47. |
Date: |
Sun, 9 Jun 2019 10:19:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c3c9716e0edbe0c647f592e13879c7d182b06c2c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 9 15:59:45 2019 +0200
gnu: cfitsio: Update to 3.47.
* gnu/packages/astronomy.scm (cfitsio): Update to 3.47.
---
gnu/packages/astronomy.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ab5dcd9..9ddb9e1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 John Darrington <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2018, 2019 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -37,15 +37,15 @@
(define-public cfitsio
(package
(name "cfitsio")
- (version "3.450")
+ (version "3.47")
(source
(origin
(method url-fetch)
(uri (string-append
"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
- name (string-replace-substring version "." "") ".tar.gz"))
+ name "-" version ".tar.gz"))
(sha256
- (base32 "0bmrkw6w65zb0k3mszaaqy1f4zjm2hl7njww74nb5v38wvdi4q5z"))))
+ (base32 "1vzlxnrjckz78p2wf148v2z3krkwnykfqvlj42sz3q711vqid1a1"))))
(build-system gnu-build-system)
;; XXX Building with curl currently breaks wcslib. It doesn't use
;; pkg-config and hence won't link with -lcurl.
- branch master updated (2d1d59a -> 597ab33), guix-commits, 2019/06/09
- 06/06: gnu: gnumeric: Update to 1.12.45., guix-commits, 2019/06/09
- 02/06: gnu: radeontop: Update to 1.2., guix-commits, 2019/06/09
- 05/06: gnu: virtualgl: Update to 2.6.2., guix-commits, 2019/06/09
- 03/06: gnu: radeontop: Don't use unstable tarball., guix-commits, 2019/06/09
- 04/06: gnu: cfitsio: Update to 3.47.,
guix-commits <=
- 01/06: doc: Fix typos., guix-commits, 2019/06/09