[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/16: gnu: stuff: Update to 2.0.1.
From: |
guix-commits |
Subject: |
15/16: gnu: stuff: Update to 2.0.1. |
Date: |
Sat, 8 Jul 2023 17:28:12 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 22a1e419c1c7ec2d491b74ccc9a8bf828e3cce8e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jun 25 22:28:18 2023 +0100
gnu: stuff: Update to 2.0.1.
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf, automake, libtool, and pkg-config.
Signed-off-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 5d6707dab7..16bb27c87a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1125,15 +1125,21 @@ objects.")
(define-public stuff
(package
(name "stuff")
- (version "1.26.0")
+ (version "2.0.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://www.astromatic.net/download/stuff/"
- "stuff-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/astromatic/stuff")
+ ;; XXX: No version tag available in GitHub.
+ ;; See: https://github.com/astromatic/stuff/issues/6
+ (commit "9008dc022ef53331092da248cf0a794abd6783bf")))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1syibi3b86z9pikhicvkkmgxm916j732fdiw0agw0lq6z13fdcjm"))))
+ (base32 "004sry5lqqm7s9x4l3agysp3n63y3ga35x1rwwda4m6dc6zvla6b"))))
(build-system gnu-build-system)
+ (native-inputs
+ (list autoconf automake libtool pkg-config))
(home-page "https://www.astromatic.net/software/stuff")
(synopsis "Astronomical catalogue simulation")
(description
- 01/16: gnu: weightwatcher: Fix build., (continued)
- 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
- 15/16: gnu: stuff: Update to 2.0.1.,
guix-commits <=
- 16/16: gnu: stuff: Mark up description., guix-commits, 2023/07/08
- 11/16: gnu: skymaker: Use G-expressions., guix-commits, 2023/07/08
- 14/16: gnu: skymaker: Use @uref{}., guix-commits, 2023/07/08
- 09/16: gnu: missfits: Mark up description., guix-commits, 2023/07/08