Revert "gnu: yelp: Update to 3.21.3"

This reverts commit 29405d8821.
This commit is contained in:
John Darrington 2016-09-03 16:25:31 +02:00
parent 8c65863fb3
commit 79518126e7
No known key found for this signature in database
GPG key ID: 8A67719C2DE827B3

View file

@ -3711,7 +3711,7 @@ (define-public yelp-xsl
(define-public yelp
(package
(name "yelp")
(version "3.21.3")
(version "3.20.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -3719,7 +3719,7 @@ (define-public yelp
name "-" version ".tar.xz"))
(sha256
(base32
"1x8la7qn0l796p4nhprvkwb6sk6yc39xhq3gabvzrhdlb6mjgmrs"))))
"1hh8yqbv0scn9nksk9mq94cb4sdczlzxplclv2wqr41jmm8v186x"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.