summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-08-19 10:59:24 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-08-19 16:01:27 +0200
commit410e9f1dbddf65194dd936288e581ceeeb840fe9 (patch)
treede6950918e9f672777b550040c682b8f05809ffe /gnu/packages/glib.scm
parentfab1aa3a462ae738141b20fb76a3ce6f7aade3d5 (diff)
downloadguix-patches-410e9f1dbddf65194dd936288e581ceeeb840fe9.tar
guix-patches-410e9f1dbddf65194dd936288e581ceeeb840fe9.tar.gz
gnu: glib: Update to 2.68.3.
* gnu/packages/glib.scm (glib): Update to 2.68.3 and remove a left over comment.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r--gnu/packages/glib.scm8
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ae88dbe9e7..a9c7f4a81c 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)