guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: calcmysky: Update to 0.3.1.


From: guix-commits
Subject: 05/08: gnu: calcmysky: Update to 0.3.1.
Date: Mon, 7 Aug 2023 14:17:47 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit c006e9a8720765c95fc2f210549ddad0701542eb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jul 27 00:15:31 2023 +0100

    gnu: calcmysky: Update to 0.3.1.
    
    * gnu/packages/astronomy.scm (calcmysky) Update to 0.3.1.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5895226385..5eb193ce12 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -217,7 +217,7 @@ moment, supported SPICE files are:
 (define-public calcmysky
   (package
     (name "calcmysky")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
      (origin
        (method git-fetch)
@@ -226,7 +226,7 @@ moment, supported SPICE files are:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lgn937px4am0lggniwby1f1dl3v4l3iigq72rl9rlhx58zv4lj1"))))
+        (base32 "14jbaf9m9wig2bs7a531dvpmdkqpd09lmyvjvj1s0mhgh9g0x9m2"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]