diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:12:46 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:12:46 +0200 |
commit | ccdb0181c1967795c1d39560c3d0125620408442 (patch) | |
tree | 04f50ba7123b9c2ace1abf4285a7ee1295be5569 /gnu/packages/gnome.scm | |
parent | 9bffc630cfcf615bff73d2a7c1e49178155c64a3 (diff) | |
download | gnu-guix-ccdb0181c1967795c1d39560c3d0125620408442.tar gnu-guix-ccdb0181c1967795c1d39560c3d0125620408442.tar.gz |
gnu: yelp-xsl: Update to 3.18.1.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.18.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 7ff425fdc5..47056e9187 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3485,7 +3485,7 @@ of running programs and invoke methods on those interfaces.") (define-public yelp-xsl (package (name "yelp-xsl") - (version "3.16.1") + (version "3.18.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3493,7 +3493,7 @@ of running programs and invoke methods on those interfaces.") name "-" version ".tar.xz")) (sha256 (base32 - "0jhpni4mmfvj3xf57rjm61nc8d0x66hz9gd1ywws5lh39g6fx59j")))) + "0qmsq7qkc06gmnkvbs84qj3jjzlihriy3z45nfbpgg51b6z0z1q0")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |