summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-01 23:07:12 +0100
committerMarius Bakke <marius@gnu.org>2020-12-01 23:07:12 +0100
commit0f78b5c1282b3cc60d912fc58d8176b5c6703c14 (patch)
tree4173b7fe0d57f59cf1b445aab4c0a18617c97859
parentaa4e899be36efd8e01513997fdbb0d043dc8382d (diff)
downloadguix-patches-0f78b5c1282b3cc60d912fc58d8176b5c6703c14.tar
guix-patches-0f78b5c1282b3cc60d912fc58d8176b5c6703c14.tar.gz
Revert "gnu: yelp-xsl: Update to 3.36.0."
This reverts commit dee784f6dee69302f679216fb57f8157507b089e.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c9debb19ba..530846350f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6691,7 +6691,7 @@ of running programs and invoke methods on those interfaces.")
(define-public yelp-xsl
(package
(name "yelp-xsl")
- (version "3.36.0")
+ (version "3.34.2")
(source
(origin
(method url-fetch)
@@ -6700,7 +6700,7 @@ of running programs and invoke methods on those interfaces.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1hsfj3q3a3kca0cf9i02xlq2qd4vy12qsjb89hh4r6mp6c11rrag"))))
+ (base32 "1bdpgkzawhqmw52l6zx8czzg1ndfgcf1p44m2bxjdpqkc4afcgqc"))))
(build-system gnu-build-system)
(native-inputs
`(("gettext-minimal" ,gettext-minimal)