mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: qfits: Sort alphabetically.
* gnu/packages/astronomy.scm (qfits): Sort alphabetically. Change-Id: Ie2cae998a99915f5c12fe496f7cfc25c5bd1c57b
This commit is contained in:
parent
6ab4ce108b
commit
43747274c3
1 changed files with 19 additions and 19 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue