diff options
author | John Darrington <jmd@gnu.org> | 2016-09-03 16:25:31 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2016-09-03 16:25:47 +0200 |
commit | 79518126e7724777fc99f3454f87bd51ebc31aae (patch) | |
tree | 70b67e34b628f2598dbfe1a4270596b2c133a525 | |
parent | 8c65863fb34a73cd6d52debeb9ff9ed8c99faf2f (diff) | |
download | patches-79518126e7724777fc99f3454f87bd51ebc31aae.tar patches-79518126e7724777fc99f3454f87bd51ebc31aae.tar.gz |
Revert "gnu: yelp: Update to 3.21.3"
This reverts commit 29405d882161e8bfa9aadf67bc264c2ee6c74fa4.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5ea9714431..f4488c929b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3711,7 +3711,7 @@ to format Docbook and Mallard documents.") (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 @@ to format Docbook and Mallard documents.") 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. |