GNU bug report logs - #63706
[PATCH] gnu: telegram-desktop: Update to 4.8.1

Previous Next

Package: guix-patches;

Reported by: Saku Laesvuori <saku <at> laesvuori.fi>

Date: Wed, 24 May 2023 19:33:02 UTC

Severity: normal

Tags: patch

Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 63706 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Saku Laesvuori <saku <at> laesvuori.fi>, 63706 <at> debbugs.gnu.org
Subject: Re: [PATCH v2 2/3] gnu: Add glibmm-2.76
Date: Thu, 25 May 2023 20:38:02 +0200
Am Donnerstag, dem 25.05.2023 um 20:54 +0300 schrieb Saku Laesvuori:
> * gnu/packages/glib.scm (glibmm-2.76): New variable.
> ---
>  gnu/packages/glib.scm | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index 1f3d3ef628..b50e251b5c 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -913,6 +913,23 @@ (define glibmm
>  useful for C++.")
>      (license license:lgpl2.1+)))
>  
> +(define-public glibmm-2.76
> +  (package
> +   (inherit glibmm)
> +   (version "2.76.0")
> +   (name "glibmm")
> +   (source (origin
> +            (method url-fetch)
> +            (uri (string-append "mirror://gnome/sources/glibmm/"
> +                                (version-major+minor version)
> +                                "/glibmm-" version ".tar.xz"))
> +            (sha256
> +             (base32
> +             
> "1cia8vrpwzn8zwalws42mga5hi965840m5s8dvfzv55xx86dhdw6"))))
> +   (propagated-inputs
> +    (modify-inputs (package-propagated-inputs glibmm)
> +      (replace "glib" glib-next)))))
> +
>   (define-public glibmm-2.64
>     (package
>      (inherit glibmm)
You might want to make this "glibmm-next" to keep with glib-next.  We
probably also ought to make this the actual glibmm on the gnome-team
branch.

Cheers

This bug report was last modified 1 year and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.