gnu: qfits: Sort alphabetically.
* gnu/packages/astronomy.scm (qfits): Sort alphabetically. Change-Id: Ie2cae998a99915f5c12fe496f7cfc25c5bd1c57b
This commit is contained in:
parent
6ab4ce108b
commit
43747274c3
@ -917,25 +917,6 @@ zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.")
|
|||||||
(prepend python-pyqt)))
|
(prepend python-pyqt)))
|
||||||
(synopsis "Qt5 image viewer build based on python-ginga library")))
|
(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
|
(define-public erfa
|
||||||
(package
|
(package
|
||||||
(name "erfa")
|
(name "erfa")
|
||||||
@ -5211,6 +5192,25 @@ using (multivariate) polynomials.")
|
|||||||
;; yt/frontends/artio/artio_headers/LICENSE: for C code.
|
;; yt/frontends/artio/artio_headers/LICENSE: for C code.
|
||||||
license:lgpl3))))
|
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
|
(define-public sunclock
|
||||||
(let ((commit "f4106eb0a81f7594726d6b2859efd8fc64cc1225")
|
(let ((commit "f4106eb0a81f7594726d6b2859efd8fc64cc1225")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user