[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73399] [PATCH v2 02/25] gnu: cfitsio: Update to 4.5.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#73399] [PATCH v2 02/25] gnu: cfitsio: Update to 4.5.0. |
Date: |
Sat, 21 Sep 2024 14:55:34 +0100 |
* 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 be58fa64af..81cd6a79ac 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -541,7 +541,7 @@ (define-public celestia-gtk
(define-public cfitsio
(package
(name "cfitsio")
- (version "4.4.1")
+ (version "4.5.0")
(source
(origin
(method url-fetch)
@@ -549,7 +549,7 @@ (define-public cfitsio
"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 @@ (define-public cfitsio
(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."))))
--
2.46.0
- [bug#73399] [PATCH 26/26] gnu: Add python-healpy., (continued)
- [bug#73399] [PATCH 26/26] gnu: Add python-healpy., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH 25/26] gnu: Add python-pytest-cython., Sharlatan Hellseher, 2024/09/20
- [bug#73399] [PATCH v2 00/25] Astronomy update 2024/09, Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 03/25] gnu: siril: Update to 1.2.4., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 04/25] gnu: python-astropy-iers-data: Update to 0.2024.9.16.0.32.21., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 01/25] gnu: calcmysky: Update to 0.3.3., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 08/25] gnu: python-crds: Update to 11.18.4., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 05/25] gnu: python-astropy: Update to 6.1.3., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 07/25] gnu: python-ginga: Fix tests., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 02/25] gnu: cfitsio: Update to 4.5.0.,
Sharlatan Hellseher <=
- [bug#73399] [PATCH v2 06/25] gnu: python-ndcube: Disable failing tests., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 11/25] gnu: python-pysiaf: Update to 0.23.3., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 10/25] gnu: python-jwst: Update to 1.16.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 09/25] gnu: python-drizzle: Update to 1.15.3., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 13/25] gnu: python-regularizepsf: Update to 0.4.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 12/25] gnu: Add python-sep-pjw., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 15/25] gnu: python-stcal: Update to 1.9.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 16/25] gnu: python-stdatamodels: Update to 2.1.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 14/25] gnu: python-sbpy: Update to 0.5.0., Sharlatan Hellseher, 2024/09/21
- [bug#73399] [PATCH v2 17/25] gnu: python-sunpy: Update to 6.0.2., Sharlatan Hellseher, 2024/09/21