[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: glib: Update to 2.68.3.
From: |
guix-commits |
Subject: |
05/09: gnu: glib: Update to 2.68.3. |
Date: |
Thu, 19 Aug 2021 10:02:35 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
commit 410e9f1dbddf65194dd936288e581ceeeb840fe9
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Aug 19 10:59:24 2021 +0200
gnu: glib: Update to 2.68.3.
* gnu/packages/glib.scm (glib): Update to 2.68.3 and remove a left over
comment.
---
gnu/packages/glib.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ae88dbe..a9c7f4a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -178,7 +178,7 @@ shared NFS home directories.")
(define glib
(package
(name "glib")
- (version "2.68.0")
+ (version "2.68.3")
(source
(origin
(method url-fetch)
@@ -187,7 +187,7 @@ shared NFS home directories.")
name "/" (string-take version 4) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1sh3h6b734cxhdd1qlzvhxq6rc7k73dsisap5y3s419s9xc4ywv7"))
+ (base32 "0f1iprj7v0b5wn9njj39dkl25g6filfs7i4ybk20jq821k1a7qg7"))
(patches
(search-patches "glib-appinfo-watch.patch"
"glib-skip-failing-test.patch"))
@@ -291,10 +291,6 @@ shared NFS home directories.")
(("bindir=\\$\\{prefix\\}/bin") "")
(("=\\$\\{bindir\\}/") "="))
#t))))))
- ;; TODO: see above for explanation.
- ;; #:configure-flags (list (string-append "--bindir="
- ;; (assoc-ref %outputs "bin")
- ;; "/bin"))
(native-inputs
`(("docbook-xsl" ,docbook-xsl)
("gettext" ,gettext-minimal)
- branch core-updates-frozen updated (c9484c9 -> c88a870), guix-commits, 2021/08/19
- 01/09: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/08/19
- 03/09: gnu: adwaita-icon-theme: Update to 40.1.1., guix-commits, 2021/08/19
- 02/09: gnu: gtk-doc: Update to 1.33.2., guix-commits, 2021/08/19
- 06/09: gnu: gjs: Update to 1.68.2., guix-commits, 2021/08/19
- 08/09: gnu: libhandy: Update to 1.2.3., guix-commits, 2021/08/19
- 05/09: gnu: glib: Update to 2.68.3.,
guix-commits <=
- 07/09: gnu: glade3: Update to 3.38.2., guix-commits, 2021/08/19
- 09/09: gnu: evince: Update to 40.2., guix-commits, 2021/08/19
- 04/09: gnu: meson: Update to 0.59.1., guix-commits, 2021/08/19