diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-12 01:37:04 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-12 09:35:33 -0500 |
commit | f17ca6f2b8d0885c7706e89fec01d313608b1f53 (patch) | |
tree | 4d43fd0e39b17085517e4deeae4adb8797f923ca | |
parent | 86389d147d45f8860a8cdf44b072b0fd3a92dd17 (diff) |
gnu: yelp: Update to 41.0.
* gnu/packages/gnome.scm (yelp): Update to 41.0.
-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 744cb0876c..ed3ebdc037 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6972,7 +6972,7 @@ jQuery.Syntax JavaScript libraries.") (define-public yelp (package (name "yelp") - (version "40.3") + (version "41.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6980,7 +6980,7 @@ jQuery.Syntax JavaScript libraries.") name "-" version ".tar.xz")) (sha256 (base32 - "08zflnnw6as96n33xhn7zz78r7akbl0i1fzcg2z8jqgja5w88wx1")))) + "11shrqass8ak8m10nayqssa6sbrrxa13ffpamvqi1c0yzkxdk9r5")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc. |