guix-commits
[Top][All Lists]
Advanced

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

40/107: gnu: yelp-xsl: Update to 3.36.0.


From: guix-commits
Subject: 40/107: gnu: yelp-xsl: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:16 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 6e35b62062bf81a5b45ccd1efc35655b550230d9
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Apr 19 00:33:05 2020 -0400

    gnu: yelp-xsl: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (yelp-xsl): Update to 3.36.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 3b6e0f4..daa8cfb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5541,7 +5541,7 @@ of running programs and invoke methods on those 
interfaces.")
 (define-public yelp-xsl
   (package
     (name "yelp-xsl")
-    (version "3.34.2")
+    (version "3.36.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5549,7 +5549,7 @@ of running programs and invoke methods on those 
interfaces.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
+                "1hsfj3q3a3kca0cf9i02xlq2qd4vy12qsjb89hh4r6mp6c11rrag"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext-minimal" ,gettext-minimal)



reply via email to

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