diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 12:54:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-29 13:07:25 +0200 |
commit | 53865a93e301eba221607a5b2e0f75aa357a8db2 (patch) | |
tree | 098d5980bd93b6f9dcc9847c880a488dababd24d | |
parent | c09f22aaa68e8ee02beee0e91ffc87cbafe3e2f8 (diff) | |
download | guix-53865a93e301eba221607a5b2e0f75aa357a8db2.tar guix-53865a93e301eba221607a5b2e0f75aa357a8db2.tar.gz |
gnu: vte: Update to 0.60.3.
* gnu/packages/gnome.scm (vte): Update to 0.60.3.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 345ac4aac7..9c0daa8f64 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3314,7 +3314,7 @@ libraries written in C.") (define-public vte (package (name "vte") - (version "0.60.2") + (version "0.60.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/vte/" @@ -3322,7 +3322,7 @@ libraries written in C.") "vte-" version ".tar.xz")) (sha256 (base32 - "19ccbw0yca78h5qcnm8claj4fg1pj68nj1fsjqqfpzhj7w72i81m")))) + "0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy")))) (build-system meson-build-system) (arguments `(#:configure-flags |