[PATCH gnome-team] gnu: gnome-user-docs: Update to 44.6.

  • Done
  • quality assurance status badge
Details
One participant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
6a158d119144d4638167c8a0f6f5a67f0d8722dd.1700605872.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-user-docs): Update to 44.6.
[home-page]: Update from redirection.

Change-Id: I8c0989881be2cadac8453dc5d1df6c97857822eb
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab485cffb1..709601c918 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1929,7 +1929,7 @@ (define-public gnome-commander
(define-public gnome-user-docs
(package
(name "gnome-user-docs")
- (version "42.0")
+ (version "44.6")
(source
(origin
(method url-fetch)
@@ -1937,7 +1937,7 @@ (define-public gnome-user-docs
(version-major version)
"/gnome-user-docs-" version ".tar.xz"))
(sha256
- (base32 "01g9smkk2sj3yrih2wjn6vx9av855n7w6nqf9wpxvfq086h7vcmj"))))
+ (base32 "0ds2mccrgmb4jgw196jjm7xzlvnir8k80g1v55sd4nn00prc1b9g"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal itstool pkg-config libxml2))
@@ -1946,7 +1946,7 @@ (define-public gnome-user-docs
"The GNOME User Documentation explains how to use the GNOME desktop and its
components. It covers usage and setup of the core GNOME programs by end-users
and system administrators.")
- (home-page "https://live.gnome.org/DocumentationProject")
+ (home-page "https://wiki.gnome.org/DocumentationProject")
(license license:cc-by3.0)))
(define-public dia

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
--
2.41.0
Vivien Kraus wrote 1 years ago
(address . 67351-done@debbugs.gnu.org)
7e88e26a3828419626ad866b907d10c9b6cd6a48.camel@planete-kraus.eu
I see it has been merged, thank you!

Best regards,

Vivien
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67351
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help