diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 00:08:01 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:14 -0500 |
commit | 53c18fac01158e69c8fdc29cb6bcf32383cbdce8 (patch) | |
tree | 1ad5bde0b3195be77d3f5e60b13ea6b79882d65b | |
parent | 8c44bd581e3a2610aef285f77a01259154dbfb24 (diff) | |
download | guix-53c18fac01158e69c8fdc29cb6bcf32383cbdce8.tar guix-53c18fac01158e69c8fdc29cb6bcf32383cbdce8.tar.gz |
gnu: gtksourceview: Update to 3.22.2.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.22.2.
-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 aeecfba45f..a62323a551 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -377,7 +377,7 @@ printing and other features typical of a source code editor.") (define-public gtksourceview (package (name "gtksourceview") - (version "3.20.4") + (version "3.22.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -385,7 +385,7 @@ printing and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "009xag7df07ngav2wzs0rdrrx4s2m6ahx93pxzc2p1pkbz4nl3ks")))) + "0pmgff3p9q1z500aiqfn5l4mmij4yfi4qhq8fxscqc89vlql5s3c")))) (build-system gnu-build-system) (arguments '(#:phases |