guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: yelp-xsl: Update to 41.0.


From: guix-commits
Subject: 01/02: gnu: yelp-xsl: Update to 41.0.
Date: Fri, 12 Nov 2021 10:33:08 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit 86389d147d45f8860a8cdf44b072b0fd3a92dd17
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 12 01:33:53 2021 -0500

    gnu: yelp-xsl: Update to 41.0.
    
    * gnu/packages/gnome.scm (yelp-xsl): Update to 41.0.
    [origin]: Adjust URI.
---
 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 160f1ab..744cb08 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6930,16 +6930,16 @@ of running programs and invoke methods on those 
interfaces.")
 (define-public yelp-xsl
   (package
     (name "yelp-xsl")
-    (version "3.34.2")
+    (version "41.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 "19d46rkajvr0f04560vlrzwvac88x5j8ilvzwkawbn5vjg069kf8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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