diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-16 12:13:45 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:44 -0400 |
commit | 1a0e193d04ecf7db92991a3beede4b08b8817c83 (patch) | |
tree | f4a8d81fc2f145e201672311110f41531932b39c | |
parent | a1315b7fddb150977bca9a7cbe6d87e84c118753 (diff) | |
download | guix-1a0e193d04ecf7db92991a3beede4b08b8817c83.tar.gz |
gnu: gtksourceview: Update to 4.6.0.
* gnu/packages/gtk.scm (gtksourceview): Update to 4.6.0. [build-system]: Use meson-build-system.
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 3c2a9afaa0..fa65070208 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -432,7 +432,7 @@ printing and other features typical of a source code editor.") (define-public gtksourceview (package (name "gtksourceview") - (version "4.2.0") + (version "4.6.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gtksourceview/" @@ -440,8 +440,8 @@ printing and other features typical of a source code editor.") "gtksourceview-" version ".tar.xz")) (sha256 (base32 - "0xgnjj7jd56wbl99s76sa1vjq9bkz4mdsxwgwlcphg689liyncf4")))) - (build-system gnu-build-system) + "11csdnb5xj1gkn1shynp3jdsfhhi7ks3apgmavfan0p6n85f64sc")))) + (build-system meson-build-system) (arguments '(#:phases (modify-phases %standard-phases |