guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/13: gnu: gnome-user-docs: Update to 44.6.


From: guix-commits
Subject: 07/13: gnu: gnome-user-docs: Update to 44.6.
Date: Mon, 1 Jan 2024 15:53:19 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit d6f883e534397f8578f741527e7f7397838b0b06
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 21 23:28:52 2023 +0100

    gnu: gnome-user-docs: Update to 44.6.
    
    * gnu/packages/gnome.scm (gnome-user-docs): Update to 44.6.
    [home-page]: Update from redirection.
    
    Change-Id: I8c0989881be2cadac8453dc5d1df6c97857822eb
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7028940555..002c63d2a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1938,7 +1938,7 @@ and running smart commands.")
 (define-public gnome-user-docs
   (package
    (name "gnome-user-docs")
-   (version "42.0")
+   (version "44.6")
    (source
     (origin
       (method url-fetch)
@@ -1946,7 +1946,7 @@ and running smart commands.")
                           (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))
@@ -1955,7 +1955,7 @@ and running smart commands.")
     "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]