gnu: swarp: Sort alphabetically.

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

Change-Id: Ifb41e436ae7f59e597c391537b6ecd7b280d2930
This commit is contained in:
Sharlatan Hellseher 2024-06-06 22:53:59 +01:00
parent d7543abe35
commit a1ea196cc0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1558,31 +1558,6 @@ (define-public stuff
@uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.")
(license license:gpl3+)))
(define-public swarp
(package
(name "swarp")
(version "2.41.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/astromatic/swarp")
(commit (string-append version))))
(file-name (git-file-name name version))
(sha256
(base32 "00463r5rd4xl74xs4h1n4gl2qk7v9p5nw9x05pbzgh8jm77q90qq"))))
(build-system gnu-build-system)
(native-inputs
(list automake autoconf libtool pkg-config))
(inputs
(list cfitsio))
(home-page "https://www.astromatic.net/software/swarp")
(synopsis "FITS image resampling and co-addition")
(description
"SWarp is a program that resamples and co-adds together FITS images using
any arbitrary astrometric projection defined in the WCS standard.")
(license license:gpl3+)))
(define-public celestia
(package
(name "celestia")
@ -5296,6 +5271,31 @@ (define-public python-yt
;; yt/frontends/artio/artio_headers/LICENSE: for C code.
license:lgpl3))))
(define-public swarp
(package
(name "swarp")
(version "2.41.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/astromatic/swarp")
(commit (string-append version))))
(file-name (git-file-name name version))
(sha256
(base32 "00463r5rd4xl74xs4h1n4gl2qk7v9p5nw9x05pbzgh8jm77q90qq"))))
(build-system gnu-build-system)
(native-inputs
(list automake autoconf libtool pkg-config))
(inputs
(list cfitsio))
(home-page "https://www.astromatic.net/software/swarp")
(synopsis "FITS image resampling and co-addition")
(description
"SWarp is a program that resamples and co-adds together FITS images using
any arbitrary astrometric projection defined in the WCS standard.")
(license license:gpl3+)))
(define-public unsio
;; There is no versioned tag, use the latest commit.
(let ((commit "25e52468298e1194c9726ef5dba9d5fbb46870f5")