guix-commits
[Top][All Lists]
Advanced

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

300/401: gnu: gnome-user-docs: Update package definition.


From: guix-commits
Subject: 300/401: gnu: gnome-user-docs: Update package definition.
Date: Tue, 18 Aug 2020 16:22:02 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 6d797de7f511896a7e99546f2f2fe2c549d85f6d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Aug 6 20:51:52 2020 -0400

    gnu: gnome-user-docs: Update package definition.
    
    * gnu/packages/gnome.scm (gnome-user-docs) [version]: Update to 3.36.2.
    [source]<origin>[sha256]: Modify base32.
    [synopsis]: Modify.
    [description]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fa3f440..4f00dc7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2026,29 +2026,29 @@ either on a local, or remote machine via a number of 
methods.")
 
 (define-public gnome-user-docs
   (package
-   (name "gnome-user-docs")
-   (version "3.32.3")
-   (source
-    (origin
-      (method url-fetch)
-      (uri (string-append "mirror://gnome/sources/gnome-user-docs/"
-                          (version-major+minor version)
-                          "/gnome-user-docs-" version ".tar.xz"))
-      (sha256
-       (base32 "0dvsl0ldg8rf7yq0r4dv1pn41s7gjgcqp7agkbflkbmhrl6vbhig"))))
-   (build-system gnu-build-system)
-   (native-inputs
-    `(("gettext" ,gettext-minimal)
-      ("itstool" ,itstool)
-      ("pkg-config" ,pkg-config)
-      ("xmllint" ,libxml2)))
-   (synopsis "User documentation for the GNOME desktop")
-   (description
-    "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";)
-   (license license:cc-by3.0)))
+    (name "gnome-user-docs")
+    (version "3.36.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "mirror://gnome/sources/gnome-user-docs/"
+                       (version-major+minor version)
+                       "/gnome-user-docs-" version ".tar.xz"))
+       (sha256
+        (base32 "0n4rbrq5zww6gjjmicyw5hlvzi8azc6m4sisak15snkp6v4f93qr"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("gettext" ,gettext-minimal)
+       ("itstool" ,itstool)
+       ("pkg-config" ,pkg-config)
+       ("xmllint" ,libxml2)))
+    (synopsis "GNOME User Documentation")
+    (description "GNOME-User-Docs contains documents that are targeted for
+end-users and system administrators of GNOME and have general GNOME
+applicability.")
+    (home-page "https://live.gnome.org/DocumentationProject";)
+    (license license:cc-by3.0)))
 
 (define-public gnome-getting-started-docs
   (package



reply via email to

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