[PATCH 2/2] gnu: stellarium: Update to 0.15.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Kei Kebreau
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 8 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20170610222318.12878-3-dannym@scratchpost.org
* gnu/packages/astronomy.scm (stellarium): Update to 0.15.2.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6c486469d..879c6ba6a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -117,7 +117,7 @@ programs for the manipulation and analysis of astronomical data.")
(define-public stellarium
(package
(name "stellarium")
- (version "0.15.1")
+ (version "0.15.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/stellarium/"
@@ -125,7 +125,7 @@ programs for the manipulation and analysis of astronomical data.")
version "/stellarium-" version ".tar.gz"))
(sha256
(base32
- "04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g"))))
+ "19nxj482g1hh9qicgskpcgy61pri254jgxnkd10icxbnza4c0hv9"))))
(build-system cmake-build-system)
(inputs
`(("qtbase" ,qtbase)
Kei Kebreau wrote 8 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 27319@debbugs.gnu.org)
87mv9e4ent.fsf@openmailbox.org
Danny Milosavljevic <dannym@scratchpost.org> writes:

Toggle quote (28 lines)
> * gnu/packages/astronomy.scm (stellarium): Update to 0.15.2.
> ---
> 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 6c486469d..879c6ba6a 100644
> --- a/gnu/packages/astronomy.scm
> +++ b/gnu/packages/astronomy.scm
> @@ -117,7 +117,7 @@ programs for the manipulation and analysis of astronomical data.")
> (define-public stellarium
> (package
> (name "stellarium")
> - (version "0.15.1")
> + (version "0.15.2")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://sourceforge/stellarium/"
> @@ -125,7 +125,7 @@ programs for the manipulation and analysis of astronomical data.")
> version "/stellarium-" version ".tar.gz"))
> (sha256
> (base32
> - "04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g"))))
> + "19nxj482g1hh9qicgskpcgy61pri254jgxnkd10icxbnza4c0hv9"))))
> (build-system cmake-build-system)
> (inputs
> `(("qtbase" ,qtbase)

LGTM.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlk9fcYACgkQ5qXuPBlG
eg1BXw//SzRqBs4Hn3TBJX75794Jg3r7bHkMcN6oIDpoqG2gjm4lKT+yWWCbrq4p
sA4Vl9XKzL7lTjbhd/I6SirrfIbU0PRuESul4ThVb/g0dwDCy7bTy7SnDEti8gNm
43dd4usGPsaZIcF6Dwm5ryOlHYUGWZdv38zpVIr218f3Y5bFmeBYtgfC5zzE1VNR
3hWKq7ViWZoAhcavppTnGtGtoNcSWDcjpJxWfSbvEkTaSaK2eBlruh0fnemQnYH+
LzuVEs+6qSH6a5CIASNev+/RXtSh/DFCFQsLb/Hfqzn57hXTB6yxrHOacw9UU50f
gSkz5zfLAdT8+noweMpi2+4xDR2XedE0MsrjvF1MiHCTzCPy89yClNt77Kb3q7/m
+4l7bji3qPbIAVr0lq985uUVT7pMV/pqBNiuYP/XL1kMS4hTIi3x4YQcv2gyb3Y6
fXr1PgY6cMURq6rxx+/iB7rEOI7K0JgwNicops+epZ3GY2ek0sELOjULHzYIAqnI
D92rCWKPu2CzsQhnJobtgP0PpS5B7oYs7ij32LlVk6IoR9iz0DeHGUOWU7TAFTd4
VqMStJYPk2EN2kbhSdZsCKh3UncOUTw8QrnCjTGFinJ7/mucF7/GPX/pFSfZETTJ
C36RJAoFKp6TBPqVbsae4N4jmklOynL9tdKuYkvAGdFKD6i4oWE=
=6mZK
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 8 years ago
(no subject)
(address . control@debbugs.gnu.org)
20170612073416.72155d13@scratchpost.org
close 27319
close 27318
?
Your comment

This issue is archived.

To comment on this conversation send an email to 27319@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 27319
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help