guix-commits
[Top][All Lists]
Advanced

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

09/75: gnu: gnome-user-docs: Update to 40.5.


From: guix-commits
Subject: 09/75: gnu: gnome-user-docs: Update to 40.5.
Date: Mon, 27 Sep 2021 07:17:12 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 14aef6b2cb681e017cbf12d4c5ed2f67c00760f4
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 18:15:14 2021 +0000

    gnu: gnome-user-docs: Update to 40.5.
    
    * gnu/packages/gnome.scm (gnome-user-docs): Update to 40.5.
    [source]: Fix the URL.
---
 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 bd9e4b2..ae8c113 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1857,15 +1857,15 @@ and running smart commands.")
 (define-public gnome-user-docs
   (package
    (name "gnome-user-docs")
-   (version "3.32.3")
+   (version "40.5")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://gnome/sources/gnome-user-docs/"
-                          (version-major+minor version)
+                          (version-major version)
                           "/gnome-user-docs-" version ".tar.xz"))
       (sha256
-       (base32 "0dvsl0ldg8rf7yq0r4dv1pn41s7gjgcqp7agkbflkbmhrl6vbhig"))))
+       (base32 "0p6ysdqlfc7vvzsrcanl9bhsc7666sv42xxzpbgsf5j55z3yrkpr"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("gettext" ,gettext-minimal)



reply via email to

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