summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-22 17:31:30 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-31 22:13:40 +0100
commite8b698242571edc603446dd9aaf443293f5bfa3b (patch)
tree317c729774e6b08fd29f17ffacbc9abf9bef3a4b
parent1a41f0eb8ece9343b7dc087f083e97e21051e113 (diff)
gnu: stuff: Update to 2.0.1-0.9cf3632.
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1-0.9cf3632. Change-Id: Ibdfa05ac4a6abb7319ba9b9d0b0e937a5fbe8e50
-rw-r--r--gnu/packages/astronomy.scm50
1 files changed, 26 insertions, 24 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e6100be553..6cc4359add 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9170,31 +9170,33 @@ objects.")
(license license:gpl2+))))
(define-public stuff
- (package
- (name "stuff")
- (version "2.0.1")
- (source
- (origin
- (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 "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
- "Stuff is a program that simulates \"perfect\" astronomical catalogues.
-It generates object lists in ASCII which can read by the SkyMaker program to
-produce realistic astronomical fields. Stuff is part of the
+ ;; XXX: No version tag available in GitHub.
+ ;; See: https://github.com/astromatic/stuff/issues/6
+ (let ((commit "9cf363216a0d5c3d41b3dc759994feee3be0fc4e")
+ (revision "0"))
+ (package
+ (name "stuff")
+ (version (git-version "2.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/astromatic/stuff")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1n7f2f7llwf1fbliypblia3xyrh69yy1rqbwwhz897qd92fxnl5i"))))
+ (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
+ "Stuff is a program that simulates \"perfect\" astronomical
+catalogues. It generates object lists in ASCII which can read by the SkyMaker
+program to produce realistic astronomical fields. Stuff is part of the
@uref{https://www.astromatic.net/projects/efigi, EFIGI} development project.")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public sunclock
(let ((commit "f4106eb0a81f7594726d6b2859efd8fc64cc1225")