diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-05 13:08:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:03 +0100 |
commit | 9dcb6fca41b873e718183f6cef6b3ca213a20776 (patch) | |
tree | e4b41cbeb7dd5d1c858b643301e480937c00772c /gnu/packages | |
parent | 97764172467baa3cbecd016a81913060972e0839 (diff) | |
download | guix-9dcb6fca41b873e718183f6cef6b3ca213a20776.tar.gz guix-9dcb6fca41b873e718183f6cef6b3ca213a20776.zip |
gnu: gtksourceview: Update to 4.0.2.
* gnu/packages/gtk.scm (gtksourceview): Update to 4.0.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index b54279ec96..6e5bac0968 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -399,7 +399,7 @@ printing and other features typical of a source code editor.") (define-public gtksourceview (package (name "gtksourceview") - (version "3.24.8") + (version "4.0.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -407,7 +407,7 @@ printing and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "1zinqid62zjcsq7vy1y4mq1qh3hzd3zj7p8np7g0bdqd37zvi6qy")))) + "1b2z9c0skxrgw2vh08hv6qxky8jbvamc4rgww82j0kpp533rz0hm")))) (build-system gnu-build-system) (arguments '(#:phases |