gnu: qfits: Sort alphabetically.

* gnu/packages/astronomy.scm (qfits): Sort alphabetically.

Change-Id: Ie2cae998a99915f5c12fe496f7cfc25c5bd1c57b
This commit is contained in:
Sharlatan Hellseher 2024-06-06 23:04:26 +01:00
parent 6ab4ce108b
commit 43747274c3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -917,25 +917,6 @@ (define-public ginga-qt5
(prepend python-pyqt)))
(synopsis "Qt5 image viewer build based on python-ginga library")))
(define-public qfits
(package
(name "qfits")
(version "6.2.0")
(source
(origin
(method url-fetch)
(uri
(string-append "ftp://ftp.eso.org/pub/qfits/qfits-" version ".tar.gz"))
(sha256
(base32 "0m2b21mim3a7wgfg3ph2w5hv7mdvr03jmmhzipc0wcahijglcw9j"))))
(build-system gnu-build-system)
(home-page "https://www.eso.org/sci/software/eclipse/qfits/")
(synopsis "C library offering access to astronomical FITS files")
(description
"@code{qfits} is a C library giving access to FITS file internals, both
for reading and writing.")
(license license:gpl2+)))
(define-public erfa
(package
(name "erfa")
@ -5211,6 +5192,25 @@ (define-public python-yt
;; yt/frontends/artio/artio_headers/LICENSE: for C code.
license:lgpl3))))
(define-public qfits
(package
(name "qfits")
(version "6.2.0")
(source
(origin
(method url-fetch)
(uri
(string-append "ftp://ftp.eso.org/pub/qfits/qfits-" version ".tar.gz"))
(sha256
(base32 "0m2b21mim3a7wgfg3ph2w5hv7mdvr03jmmhzipc0wcahijglcw9j"))))
(build-system gnu-build-system)
(home-page "https://www.eso.org/sci/software/eclipse/qfits/")
(synopsis "C library offering access to astronomical FITS files")
(description
"@code{qfits} is a C library giving access to FITS file internals, both
for reading and writing.")
(license license:gpl2+)))
(define-public sunclock
(let ((commit "f4106eb0a81f7594726d6b2859efd8fc64cc1225")
(revision "1"))