summary refs log tree commit diff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-07 09:02:16 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:40 -0400
commit25e9846d113c06b7695a501803066af90a37fbff (patch)
tree76226fb75f7ea470019b00dedfe2df84b1868903 /gnu/packages/gtk.scm
parent5339d2bbeb8c560237376dacd450f295de00decd (diff)
downloadguix-25e9846d113c06b7695a501803066af90a37fbff.tar.gz
gnu: gtksourceview: Update to 4.0.3.
* gnu/packages/gtk.scm (gtksourceview): Update to 4.0.3.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1353dbb261..7f6218ee92 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -398,7 +398,7 @@ printing and other features typical of a source code editor.")
 (define-public gtksourceview
  (package
    (name "gtksourceview")
-   (version "4.0.2")
+   (version "4.0.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -406,7 +406,7 @@ printing and other features typical of a source code editor.")
                                  "gtksourceview-" version ".tar.xz"))
              (sha256
               (base32
-               "1b2z9c0skxrgw2vh08hv6qxky8jbvamc4rgww82j0kpp533rz0hm"))))
+               "0wwxgw43dmmaz07lzdzpladir26l2bly3lnf2ks6pna152wafm9x"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases