guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit a1b2f623267587f04bc6ac771c4b217f3bf004cb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 13:11:11 2026 +0000

    gnu: aocommon: Update to 0.0.0-4.5f3f280.
    
    * gnu/packages/astronomy.scm (aocommon): Update to
    5f3f28099f354cfd4d077ed461c365ba46eb9ffb commit.
    
    Change-Id: I018ead866d218daf311ecc8e6c114af020a187ad
---
 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 efd497d524..356d9fd5b2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -194,8 +194,8 @@ randomly altered.
     (license license:gpl3)))
 
 (define-public aocommon
-  (let ((commit "1444d66a59e757e7a0c74447e9f8d7a69c5e102d")
-        (revision "3"))
+  (let ((commit "5f3f28099f354cfd4d077ed461c365ba46eb9ffb")
+        (revision "4"))
     (package
       (name "aocommon")
       (version (git-version "0.0.0" revision commit))
@@ -206,7 +206,7 @@ randomly altered.
                 (url "https://gitlab.com/aroffringa/aocommon";)
                 (commit commit)))
          (sha256
-          (base32 "06kdkkarx4bmp9808bwlx35vnp6g0vfzaxx1ijvzwgsjgg8yi5cp"))
+          (base32 "0a5bmjpx6g0hpr9v9njsmlza0inckcmhfhnkk3lipg32rl6b5398"))
          (file-name (git-file-name name version))))
       (build-system copy-build-system)
       (arguments

Reply via email to