[PATCH v2 2/3] gnu: Add glibmm-2.76

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Saku Laesvuori
Owner
unassigned
Submitted by
Saku Laesvuori
Severity
normal
S
S
Saku Laesvuori wrote on 25 May 2023 19:49
(address . guix-patches@gnu.org)
20230525174936.31501-2-saku@laesvuori.fi
* gnu/packages/glib.scm (glibmm-2.76): New variable.
---
gnu/packages/glib.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

Toggle diff (30 lines)
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
J
J
Jonathan Brielmaier wrote on 3 Jun 2023 22:20
(address . 63723-done@debbugs.gnu.org)
6e595f90-fc59-e4c0-2aa3-853db4d0e686@web.de
Closing, see 63706.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 63723
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