[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/75: gnu: devhelp: Update to 40.1.
From: |
guix-commits |
Subject: |
70/75: gnu: devhelp: Update to 40.1. |
Date: |
Mon, 27 Sep 2021 07:17:33 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 8fce57521c634ae3e22474fca6f9f5d3ccbc576c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 20:19:08 2021 +0000
gnu: devhelp: Update to 40.1.
* gnu/packages/gnome.scm (devhelp): Update to 40.1.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
---
gnu/packages/gnome.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b9b9b59..62c29ae 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5674,15 +5674,15 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
(define-public devhelp
(package
(name "devhelp")
- (version "3.34.0")
+ (version "40.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0zpmn6fgkgiayvn4diia5df0s6s7dqrdnp3nrvpavsmgn0vhb4pg"))))
+ "1fvb69l1nyxdrs95ar95rmpfs8nfkpys4x74r8ilid44hhzdk2iy"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -5692,8 +5692,7 @@ both a traditional UI or a modern UI with a
GtkHeaderBar.")
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "meson_post_install.py"
- (("gtk-update-icon-cache") "true"))
- #t)))))
+ (("gtk-update-icon-cache") "true")))))))
(native-inputs
`(("intltool" ,intltool)
("itstool" ,itstool)
- 74/75: gnu: gnome: Add tracker-miners., (continued)
- 74/75: gnu: gnome: Add tracker-miners., guix-commits, 2021/09/27
- 46/75: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27
- 51/75: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 47/75: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/27
- 41/75: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 52/75: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/27
- 63/75: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 66/75: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 67/75: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/27
- 68/75: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 70/75: gnu: devhelp: Update to 40.1.,
guix-commits <=
- 73/75: gnu: gegl: Add libraw support., guix-commits, 2021/09/27
- 69/75: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/27