GNU bug report logs -
#63706
[PATCH] gnu: telegram-desktop: Update to 4.8.1
Previous Next
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):
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.