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

commit 1c211e79dee404109b5cd3487d63151f17ae282a
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Sep 18 16:24:52 2025 +0100

    gnu: aocommon: Update to 0.0.0-3.1444d66.
    
    * gnu/packages/astronomy.scm (aocommon): Update to 0.0.0-3.1444d66.
    [arguments] <install-plan>: Install CMake directory.
    
    Change-Id: I7f86569cd8049c308b6a2867dea95e86b8f56360
---
 gnu/packages/astronomy.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6559592fe1..21816ee81d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -192,8 +192,8 @@ randomly altered.
     (license license:gpl3)))
 
 (define-public aocommon
-  (let ((commit "9272ea36693a7ce7aa3524a9e212a60a509c3b8a")
-        (revision "2"))
+  (let ((commit "1444d66a59e757e7a0c74447e9f8d7a69c5e102d")
+        (revision "3"))
     (package
       (name "aocommon")
       (version (git-version "0.0.0" revision commit))
@@ -201,15 +201,16 @@ randomly altered.
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://gitlab.com/aroffringa/aocommon";)
-               (commit commit)))
+                (url "https://gitlab.com/aroffringa/aocommon";)
+                (commit commit)))
          (sha256
-          (base32 "0klcrrlkc4sjpr83m2gnwb65lg798rydyvrlpangf7np1qg4zbk5"))
+          (base32 "06kdkkarx4bmp9808bwlx35vnp6g0vfzaxx1ijvzwgsjgg8yi5cp"))
          (file-name (git-file-name name version))))
       (build-system copy-build-system)
       (arguments
        (list #:install-plan
-             #~'(("include/aocommon" "include/aocommon"))))
+             #~'(("include/aocommon" "include/aocommon")
+                 ("CMake" "CMake"))))
       (home-page "https://gitlab.com/aroffringa/aocommon";)
       (synopsis "Collection of functionality that is reused in astronomical 
applications")
       (description

Reply via email to