all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62944] [PATCH 1/2] gnu: calcmysky: Update to 0.3.0.
@ 2023-04-18 21:58 Sharlatan Hellseher
  2023-04-18 21:59 ` [bug#62944] [PATCH 2/2] gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371] Sharlatan Hellseher
  0 siblings, 1 reply; 3+ messages in thread
From: Sharlatan Hellseher @ 2023-04-18 21:58 UTC (permalink / raw)
  To: 62944; +Cc: Sharlatan Hellseher

* gnu/packages/astronomy.scm (calcmysky): Update to 0.3.0.
---
 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 0d7212791a..ba4304f438 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -214,7 +214,7 @@ (define-public calceph
 (define-public calcmysky
   (package
     (name "calcmysky")
-    (version "0.2.1")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -223,7 +223,7 @@ (define-public calcmysky
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bib5shy8wzc7j5ph218dl9hqrqip491mn25gakyghbvaqxgm27d"))))
+        (base32 "1lgn937px4am0lggniwby1f1dl3v4l3iigq72rl9rlhx58zv4lj1"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#62944] [PATCH 2/2] gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371].
  2023-04-18 21:58 [bug#62944] [PATCH 1/2] gnu: calcmysky: Update to 0.3.0 Sharlatan Hellseher
@ 2023-04-18 21:59 ` Sharlatan Hellseher
  2023-04-18 23:52   ` bug#62944: " Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Sharlatan Hellseher @ 2023-04-18 21:59 UTC (permalink / raw)
  To: 62944; +Cc: Sharlatan Hellseher

Upstream introduced new versioning model <year>.<release>

* gnu/packages/astronomy.scm (stellarium): Update to 23.1.
---
 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 ba4304f438..38b74bf6ed 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -962,7 +962,7 @@ (define-public stackistry
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "1.2")
+    (version "23.1")
     (source
      (origin
        (method git-fetch)
@@ -971,7 +971,7 @@ (define-public stellarium
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1655lz848k7m4vqs7n3vxjwn5n4pkykwl6x7nbanqcqzlixm5xnk"))))
+        (base32 "03gq7n15dsvb32pfq7j3a0vc5wf1y9xdxaq09q1gp534jkgd4g7f"))))
     (build-system cmake-build-system)
     ;; TODO: Complete documentation build and split into dedicated outputs.
     (arguments
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#62944: [PATCH 2/2] gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371].
  2023-04-18 21:59 ` [bug#62944] [PATCH 2/2] gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371] Sharlatan Hellseher
@ 2023-04-18 23:52   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2023-04-18 23:52 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 62944-done

On Tue, Apr 18, 2023 at 10:59:43PM +0100, Sharlatan Hellseher wrote:
> Upstream introduced new versioning model <year>.<release>
> 
> * gnu/packages/astronomy.scm (stellarium): Update to 23.1.

Thanks! Pushed as ea8022264f9dee75c7a8340129c500017bd3617b




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-18 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 21:58 [bug#62944] [PATCH 1/2] gnu: calcmysky: Update to 0.3.0 Sharlatan Hellseher
2023-04-18 21:59 ` [bug#62944] [PATCH 2/2] gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371] Sharlatan Hellseher
2023-04-18 23:52   ` bug#62944: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.