diff mbox series

[bug#67473,gnome-team,v5,19/19] gnu: yelp-xsl: Update to 42.1.

Message ID fcf7bce67c55504bab159062f3f158e99d2ce791.1701794892.git.vivien@planete-kraus.eu
State New
Headers show
Series [bug#67473,gnome-team,v5,01/19] gnu: gdk-pixbuf: Update to 2.42.10. | expand

Commit Message

Vivien Kraus Nov. 26, 2023, 6:02 p.m. UTC
* gnu/packages/gnome.scm (yelp-xsl): Update to 42.1.
[description]: Ensure sentences are separated with 2 spaces.

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

Comments

Maxim Cournoyer Dec. 8, 2023, 10:09 p.m. UTC | #1
Vivien Kraus <vivien@planete-kraus.eu> writes:

> * gnu/packages/gnome.scm (yelp-xsl): Update to 42.1.
> [description]: Ensure sentences are separated with 2 spaces.
>
> Change-Id: I3f808880593b0e6fc700d7eef588572e116805f3

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 62ebdaff63..0b62f23232 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7258,7 +7258,7 @@  (define-public d-spy
 (define-public yelp-xsl
   (package
     (name "yelp-xsl")
-    (version "41.0")
+    (version "42.1")
     (source
      (origin
        (method url-fetch)
@@ -7267,7 +7267,7 @@  (define-public yelp-xsl
                        (version-major version) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "19d46rkajvr0f04560vlrzwvac88x5j8ilvzwkawbn5vjg069kf8"))))
+        (base32 "1kav039g62q35h508shdbrcjcfkdsc7k6wcr2g780c35n58f32r3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-doc")))
@@ -7282,7 +7282,7 @@  (define-public yelp-xsl
 you build, maintain, and distribute documentation.  It provides XSLT stylesheets
 that can be built upon for help viewers and publishing systems.  These
 stylesheets output JavaScript and CSS content, and reference images
-provided by yelp-xsl. It also redistributes copies of the jQuery and
+provided by yelp-xsl.  It also redistributes copies of the jQuery and
 jQuery.Syntax JavaScript libraries.")
     (home-page "https://wiki.gnome.org/Apps/Yelp")
     (license