[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: swarp: Update to 2.41.5.
From: |
guix-commits |
Subject: |
03/16: gnu: swarp: Update to 2.41.5. |
Date: |
Sat, 8 Jul 2023 17:28:10 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d62ceb7328eee6fccbecd212f4e7d9a6d9681aa1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jun 25 22:28:14 2023 +0100
gnu: swarp: Update to 2.41.5.
* gnu/packages/astronomy.scm (swarp): Update to 2.41.5.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add automake, autoconf, libtool, and pkg-config.
[inputs]: Add cfitsio.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/astronomy.scm | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index bcc17b1056..b7dc45338c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1130,15 +1130,21 @@ project.")
(define-public swarp
(package
(name "swarp")
- (version "2.38.0")
+ (version "2.41.5")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://www.astromatic.net/download/swarp/"
- "swarp-" version ".tar.gz"))
+ (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 "1i670waqp54vin1cn08mqckcggm9zqd69nk7yya2vvqpdizn6jpm"))))
+ (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
- branch master updated (0a645ac606 -> 3718307833), guix-commits, 2023/07/08
- 03/16: gnu: swarp: Update to 2.41.5.,
guix-commits <=
- 01/16: gnu: weightwatcher: Fix build., guix-commits, 2023/07/08
- 04/16: gnu: eye: Fix build., guix-commits, 2023/07/08
- 02/16: gnu: weightwatcher: Fetch sources from Git., guix-commits, 2023/07/08
- 05/16: gnu: eye: Fetch sources from Git., guix-commits, 2023/07/08
- 06/16: gnu: eye: Mark up description., guix-commits, 2023/07/08
- 08/16: gnu: missfits: Fetch sources from Git., guix-commits, 2023/07/08
- 12/16: gnu: skymaker: Remove input labels., guix-commits, 2023/07/08
- 07/16: gnu: missfits: Fix build., guix-commits, 2023/07/08
- 10/16: gnu: skymaker: Fix build., guix-commits, 2023/07/08
- 13/16: gnu: skymaker: Update to 4.2.0-0.1a69c47., guix-commits, 2023/07/08