guix-commits
[Top][All Lists]
Advanced

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

59/117: gnu: yelp-xsl: Update to 40.0.


From: guix-commits
Subject: 59/117: gnu: yelp-xsl: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:51 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit facf0467527d7aa39a6a90bb4df2fe9093eae373
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:41:48 2021 +0100

    gnu: yelp-xsl: Update to 40.0.
    
    * gnu/packages/gnome.scm (yelp-xsl): Update to 40.0.
---
 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 5136fc7..a3962c6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6701,16 +6701,16 @@ of running programs and invoke methods on those 
interfaces.")
 (define-public yelp-xsl
   (package
     (name "yelp-xsl")
-    (version "3.34.2")
+    (version "40.0")
     (source
      (origin
        (method url-fetch)
        (uri
         (string-append "mirror://gnome/sources/" name "/"
-                       (version-major+minor version) "/"
+                       (version-major version) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
+        (base32 "1c32rz8216049s22s0ivkqp9v41ybh7gd1x612xv7kgw6d6ws7in"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext-minimal" ,gettext-minimal)



reply via email to

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