sharlatan pushed a commit to branch master
in repository guix.

commit a1ea196cc0ed31e2d9b92c18f125c4d9908c0e5e
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Jun 6 22:53:59 2024 +0100

    gnu: swarp: Sort alphabetically.
    
    * gnu/packages/astronomy.scm (swarp): Sort alphabetically.
    
    Change-Id: Ifb41e436ae7f59e597c391537b6ecd7b280d2930
---
 gnu/packages/astronomy.scm | 50 +++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 908cd1cf5d..f342bb13ee 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1558,31 +1558,6 @@ produce realistic astronomical fields.  Stuff is part of 
the
 @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 @@ using (multivariate) polynomials.")
               ;; 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")

Reply via email to