diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-12 03:40:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-12 23:36:24 +0200 |
commit | 097b80e1801165e18539eedad9df8a311897ae40 (patch) | |
tree | aec31b229f47ff2235ccc8acb718564fe89f0c2d /gnu/packages/gtk.scm | |
parent | db122a9b5ec7aa5925f8586b7ce3e920b9bff15e (diff) | |
download | guix-097b80e1801165e18539eedad9df8a311897ae40.tar guix-097b80e1801165e18539eedad9df8a311897ae40.tar.gz |
gnu: gtksourceview: Update to 3.24.4.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.4.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 1ea051bfb0..0d1e76373c 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -379,7 +379,7 @@ printing and other features typical of a source code editor.") (define-public gtksourceview (package (name "gtksourceview") - (version "3.24.2") + (version "3.24.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -387,7 +387,7 @@ printing and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "17xqrnh2v9gba57ij2m9kngxwh19fzsqkx1rfasnv4zaqvqqhv69")))) + "14x738xrz9q8qz13xd7dys748ryxyq2srbqyaa9r7n47h2av2zr0")))) (build-system gnu-build-system) (arguments '(#:phases |