diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 14:23:55 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:54 +0000 |
| commit | afc0a6531ba4ff39b423c80eb51df139638fb5d1 (patch) | |
| tree | b7a6e63c93731c3b662d480725f70d673f4dd3a7 /gnu | |
| parent | dd16cc1df945cfba0c91ad61600fba4aa397f438 (diff) | |
gnu: uranimator: Update to 0.0.0-1.d96f008.
* gnu/packages/astronomy.scm (uranimator): Update to
1yf1ghzzpnh0v1ra6dv4l135jgbs28pzadqig8cy8bwi9jq5wlrn commit.
Change-Id: I80b6c9ee77bbc405b9d9a5c07792cb505231bd29
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 840022ed898..9eaffdf03ce 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10732,8 +10732,8 @@ adjusted with command line option @code{-b}, by default set to store path.") (define-public uranimator ;; No release or version tags. - (let ((commit "f50558c6fbcec4a8e749c37f2368c21170d5bb48") - (revision "0")) + (let ((commit "d96f0084c029667f313ec72aade9968fa5bb506e") + (revision "1")) (package (name "uranimator") (version (git-version "0.0.0" revision commit)) @@ -10745,7 +10745,7 @@ adjusted with command line option @code{-b}, by default set to store path.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1icb4c3mfm63zqicixpbaks7a96s82d7q8c5j8kdb548rpsrcxqp")))) + (base32 "1yf1ghzzpnh0v1ra6dv4l135jgbs28pzadqig8cy8bwi9jq5wlrn")))) (build-system go-build-system) (arguments (list |
