diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-23 23:19:52 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-23 23:19:52 +0100 |
commit | c8257208264321b42bdf1d2bb99128ae6c3ed489 (patch) | |
tree | 66d326ae108a321d2816a7024e420efcfdebd37c /gnu/packages/glib.scm | |
parent | 23572ded7081aa6117fe0004a49d7ad37354bbcb (diff) | |
download | patches-c8257208264321b42bdf1d2bb99128ae6c3ed489.tar patches-c8257208264321b42bdf1d2bb99128ae6c3ed489.tar.gz |
gnu: glibmm: Update to 2.62.0.
* gnu/packages/glib.scm (glibmm): Update to 2.62.0.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 2bcd9fbec2..ba806566c6 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -610,7 +610,7 @@ has an ease of use unmatched by other C++ callback libraries.") (define glibmm (package (name "glibmm") - (version "2.60.0") + (version "2.62.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glibmm/" @@ -618,7 +618,7 @@ has an ease of use unmatched by other C++ callback libraries.") "/glibmm-" version ".tar.xz")) (sha256 (base32 - "1g7jxqd270dv2d83r7pf5893mwpz7d5xib0q01na2yalh34v38d3")))) + "1ziwx6r7k7wbvg4qq1rgrv8zninapgrmhn1hs6926a3krh9ryr9n")))) (build-system gnu-build-system) (arguments `(#:phases |