guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit e4dc70a38fbdc21b4ae02f0cced2c622126cd6f2 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Oct 14 14:23:55 2025 +0100 gnu: uranimator: Update to 0.0.0-1.d96f008. * gnu/packages/astronomy.scm (uranimator): Update to 1yf1ghzzpnh0v1ra6dv4l135jgbs28pzadqig8cy8bwi9jq5wlrn commit. Change-Id: I80b6c9ee77bbc405b9d9a5c07792cb505231bd29 --- gnu/packages/astronomy.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 3b649b712a..43898a8d71 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10813,8 +10813,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)) @@ -10826,7 +10826,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
