[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/26: gnu: cfitsio: Update to 4.5.0.
From: |
guix-commits |
Subject: |
03/26: gnu: cfitsio: Update to 4.5.0. |
Date: |
Mon, 30 Sep 2024 17:34:19 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 2db4c9fc187c7007599976c2c6b24098c3c4fe02
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Sep 3 12:38:39 2024 +0100
gnu: cfitsio: Update to 4.5.0.
* gnu/packages/astronomy.scm (cfitsio): Update to 4.5.0.
[description]: Adjust indentation, fix some lint warning and replace "dfn"
with "acronym".
[properties]: Add "release-monitoring-url" property.
Change-Id: I6717f2c68d11845839f34eae073965857ca318c5
---
gnu/packages/astronomy.scm | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4b8d69cb31..a057566d3b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -541,7 +541,7 @@ accurately in real time at any rate desired.")
(define-public cfitsio
(package
(name "cfitsio")
- (version "4.4.1")
+ (version "4.5.0")
(source
(origin
(method url-fetch)
@@ -549,7 +549,7 @@ accurately in real time at any rate desired.")
"https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
"cfitsio-" version ".tar.gz"))
(sha256
- (base32 "098x1l8ijwsjp2ivp3v7pamrmpgwj5xmgb4yppm9w3w044zxr8b6"))))
+ (base32 "02ff4xsc4r6vam4m4nmp426bpl7klbx6nn5ajgj6452w6v1lz1g4"))))
(build-system gnu-build-system)
(arguments
(list
@@ -574,11 +574,15 @@ accurately in real time at any rate desired.")
(inputs (list bzip2 curl zlib))
(home-page "https://heasarc.gsfc.nasa.gov/fitsio/fitsio.html")
(synopsis "Library for reading and writing FITS files")
- (description "CFITSIO provides simple high-level routines for reading and
-writing @dfn{FITS} (Flexible Image Transport System) files that insulate the
-programmer from the internal complexities of the FITS format. CFITSIO also
+ (description
+ "CFITSIO provides simple high-level routines for reading and writing
+@acronym{Flexible Image Transport System,FITS} files that insulate the
+programmer from the internal complexities of the FITS format. CFITSIO also
provides many advanced features for manipulating and filtering the information
in FITS files.")
+ (properties
+ '((release-monitoring-url .
+ "https://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html")))
(license (license:non-copyleft "file://License.txt"
"See License.txt in the distribution."))))
- 20/26: gnu: Add libsharp., (continued)
- 20/26: gnu: Add libsharp., guix-commits, 2024/09/30
- 06/26: gnu: python-astropy: Update to 6.1.3., guix-commits, 2024/09/30
- 13/26: gnu: Add python-sep-pjw., guix-commits, 2024/09/30
- 07/26: gnu: python-ndcube: Disable failing tests., guix-commits, 2024/09/30
- 11/26: gnu: python-jwst: Update to 1.16.0., guix-commits, 2024/09/30
- 14/26: gnu: python-regularizepsf: Update to 0.4.0., guix-commits, 2024/09/30
- 24/26: gnu: Add python-ci-watson., guix-commits, 2024/09/30
- 26/26: gnu: Add python-healpy., guix-commits, 2024/09/30
- 18/26: gnu: python-sunpy: Update to 6.0.2., guix-commits, 2024/09/30
- 23/26: gnu: Add python-webbpsf., guix-commits, 2024/09/30
- 03/26: gnu: cfitsio: Update to 4.5.0.,
guix-commits <=
- 25/26: gnu: Add python-pytest-cython., guix-commits, 2024/09/30
- 04/26: gnu: siril: Update to 1.2.4., guix-commits, 2024/09/30
- 12/26: gnu: python-pysiaf: Update to 0.23.3., guix-commits, 2024/09/30
- 10/26: gnu: python-drizzle: Update to 1.15.3., guix-commits, 2024/09/30
- 21/26: gnu: Add healpix-cxx., guix-commits, 2024/09/30
- 15/26: gnu: python-sbpy: Update to 0.5.0., guix-commits, 2024/09/30
- 09/26: gnu: python-crds: Update to 11.18.4., guix-commits, 2024/09/30
- 19/26: gnu: Add healpix., guix-commits, 2024/09/30
- 08/26: gnu: python-ginga: Fix tests., guix-commits, 2024/09/30
- 22/26: gnu: Add webbpsf-data., guix-commits, 2024/09/30