all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Saku Laesvuori via Guix-patches via <guix-patches@gnu.org>
To: 63723@debbugs.gnu.org
Cc: Saku Laesvuori <saku@laesvuori.fi>, liliana.prikler@gmail.com
Subject: [bug#63723] [PATCH v2 2/3] gnu: Add glibmm-2.76
Date: Thu, 25 May 2023 20:49:35 +0300	[thread overview]
Message-ID: <20230525174936.31501-2-saku@laesvuori.fi> (raw)
In-Reply-To: <20230525174936.31501-1-saku@laesvuori.fi>

* 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)
-- 
2.39.2





  reply	other threads:[~2023-05-25 17:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 19:31 [bug#63706] [PATCH] gnu: telegram-desktop: Update to 4.8.1 Saku Laesvuori via Guix-patches via
2023-05-25  9:55 ` Saku Laesvuori via Guix-patches via
2023-05-25 17:24 ` Liliana Marie Prikler
2023-05-25 17:49   ` [bug#63725] [PATCH v2 1/3] gnu: c++-gsl: Update to 4.0.0 Saku Laesvuori via Guix-patches via
2023-05-25 17:49     ` Saku Laesvuori via Guix-patches via [this message]
2023-06-03 20:20       ` bug#63723: [PATCH v2 2/3] gnu: Add glibmm-2.76 Jonathan Brielmaier
2023-05-25 17:49     ` [bug#63724] [PATCH v2 3/3] gnu: telegram-desktop: Update to 4.8.1 Saku Laesvuori via Guix-patches via
2023-05-25 17:51       ` Saku Laesvuori via Guix-patches via
2023-05-26 21:08       ` bug#63724: " Jonathan Brielmaier
2023-05-25 17:54   ` [bug#63706] [PATCH v2 1/3] gnu: c++-gsl: Update to 4.0.0 Saku Laesvuori via Guix-patches via
2023-05-25 17:54     ` [bug#63706] [PATCH v2 2/3] gnu: Add glibmm-2.76 Saku Laesvuori via Guix-patches via
2023-05-25 18:38       ` Liliana Marie Prikler
2023-05-25 19:12         ` [bug#63706] [PATCH v3 1/3] gnu: c++-gsl: Update to 4.0.0 Saku Laesvuori via Guix-patches via
2023-05-25 19:12           ` [bug#63706] [PATCH v3 2/3] gnu: Add glibmm-next Saku Laesvuori via Guix-patches via
2023-05-25 19:12           ` [bug#63706] [PATCH v3 3/3] gnu: telegram-desktop: Update to 4.8.1 Saku Laesvuori via Guix-patches via
2023-05-25 17:54     ` [bug#63706] [PATCH v2 " Saku Laesvuori via Guix-patches via
2023-06-03 11:23     ` [bug#63706] [PATCH v2 1/3] gnu: c++-gsl: Update to 4.0.0 Christopher Baines
2023-05-26  8:51 ` [bug#63706] [PATCH] gnu: telegram-desktop: Update to 4.8.1 Jonathan Brielmaier
2023-05-28  0:03   ` Liliana Marie Prikler
2023-05-28 11:24 ` bug#63706: " Jonathan Brielmaier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230525174936.31501-2-saku@laesvuori.fi \
    --to=guix-patches@gnu.org \
    --cc=63723@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=saku@laesvuori.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.