mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: erfa: Sort alphabetically.
* gnu/packages/astronomy.scm (erfa): Sort alphabetically. Change-Id: I3997cdbc90b94d6fda135ff274aeeceb9b58a9d5
This commit is contained in:
parent
a58f40b8b6
commit
dac6f5e8e5
1 changed files with 25 additions and 25 deletions
|
@ -576,6 +576,31 @@ (define-public cfitsio
|
|||
(license (license:non-copyleft "file://License.txt"
|
||||
"See License.txt in the distribution."))))
|
||||
|
||||
(define-public erfa
|
||||
(package
|
||||
(name "erfa")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/liberfa/erfa")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hxjbcvdlq4871r17fphbaf3bd8dsjagp1rdb3j8v6kr4f1dil9n"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list automake autoconf libtool pkg-config))
|
||||
(home-page "https://github.com/liberfa/erfa")
|
||||
(synopsis "Essential Routines for Fundamental Astronomy")
|
||||
(description
|
||||
"The @acronym{ERFA, Essential Routines for Fundamental Astronomy} C library
|
||||
contains key algorithms for astronomy, and is based on the @acronym{SOFA,
|
||||
Standards of Fundamental Astronomy} library published by the @acronym{IAU,
|
||||
International Astronomical Union}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-aplpy
|
||||
(package
|
||||
(name "python-aplpy")
|
||||
|
@ -976,31 +1001,6 @@ (define-public ginga-qt5
|
|||
(prepend python-pyqt)))
|
||||
(synopsis "Qt5 image viewer build based on python-ginga library")))
|
||||
|
||||
(define-public erfa
|
||||
(package
|
||||
(name "erfa")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/liberfa/erfa")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1hxjbcvdlq4871r17fphbaf3bd8dsjagp1rdb3j8v6kr4f1dil9n"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list automake autoconf libtool pkg-config))
|
||||
(home-page "https://github.com/liberfa/erfa")
|
||||
(synopsis "Essential Routines for Fundamental Astronomy")
|
||||
(description
|
||||
"The @acronym{ERFA, Essential Routines for Fundamental Astronomy} C library
|
||||
contains key algorithms for astronomy, and is based on the @acronym{SOFA,
|
||||
Standards of Fundamental Astronomy} library published by the @acronym{IAU,
|
||||
International Astronomical Union}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public eye
|
||||
(package
|
||||
(name "eye")
|
||||
|
|
Loading…
Reference in a new issue