guix-commits
[Top][All Lists]
Advanced

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

68/181: gnu: gnome-user-docs: Update to 42.0.


From: guix-commits
Subject: 68/181: gnu: gnome-user-docs: Update to 42.0.
Date: Tue, 13 Sep 2022 02:25:45 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 0e5d6934e5bec5397b57161c368e90850ecc2101
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Sep 5 02:20:15 2022 -0400

    gnu: gnome-user-docs: Update to 42.0.
    
    * gnu/packages/gnome.scm (gnome-user-docs): Update to 42.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6da3b3de80..4ea6fe06c1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1893,7 +1893,7 @@ and running smart commands.")
 (define-public gnome-user-docs
   (package
    (name "gnome-user-docs")
-   (version "40.5")
+   (version "42.0")
    (source
     (origin
       (method url-fetch)
@@ -1901,7 +1901,7 @@ and running smart commands.")
                           (version-major version)
                           "/gnome-user-docs-" version ".tar.xz"))
       (sha256
-       (base32 "0p6ysdqlfc7vvzsrcanl9bhsc7666sv42xxzpbgsf5j55z3yrkpr"))))
+       (base32 "01g9smkk2sj3yrih2wjn6vx9av855n7w6nqf9wpxvfq086h7vcmj"))))
    (build-system gnu-build-system)
    (native-inputs
     (list gettext-minimal itstool pkg-config libxml2))



reply via email to

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