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

commit 10598398234b8e4d71dc1143382d2a5486e6178d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 13 19:05:19 2026 +0000

    gnu: calcmysky: Update to 0.4.0.
    
    Upstream release note mentions dual licensing now: "This release is
    relicensed to GPLv2 (with GPLv3 remaining an option) to fix
    compatibility with Stellarium's license.", see:
    <https://github.com/10110111/CalcMySky/releases/tag/v0.4.0>
    
    * gnu/packages/astronomy.scm (calcmysky): Update to 0.4.0.
    [license]: Adjust to new dual license model.
    
    Change-Id: If584241c6369b4ec376c15188f5f56e49ac15155
---
 gnu/packages/astronomy.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a2e7b316c7..d19758c19e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -363,16 +363,16 @@ moment, supported SPICE files are:
 (define-public calcmysky
   (package
     (name "calcmysky")
-    (version "0.3.5")
+    (version "0.4.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/10110111/CalcMySky";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/10110111/CalcMySky";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03h93jxpxfa7gy4z3pvh8xy60z2f5n5id9k2wkzmf81zrvakbvgv"))))
+        (base32 "0yavkxb15j8ylgsk6jbw3ni0vcky2wpmcl12qnv2py4j0cpcgq02"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags
@@ -403,7 +403,8 @@ atmosphere model.
 @item @code{ShowMySky} preview GUI that makes it possible to preview the
 rendering of the atmosphere model and examine its properties.
 @end itemize")
-    (license license:gpl3+)))
+    (license (list license:gpl2
+                   license:gpl3))))
 
 (define-public calcmysky-qt5
   (package/inherit calcmysky

Reply via email to