diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 09:44:21 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | a3ae60e8bfe2f7bec0aa5257cc8840a9ab192776 (patch) | |
tree | 2a4ba7219034ad1e6aca2e6e1dcba3320d617cf6 /gnu/packages | |
parent | ad1a5e52d10e2cb7aaab4635ee9582f3ef13bbdb (diff) | |
download | guix-a3ae60e8bfe2f7bec0aa5257cc8840a9ab192776.tar guix-a3ae60e8bfe2f7bec0aa5257cc8840a9ab192776.tar.gz |
gnu: caribou: Update to 0.4.20.
* gnu/packages/gnome.scm (caribou): Update to 0.4.20.
Diffstat (limited to 'gnu/packages')
-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 1f7d37016c..efdc0a5c84 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4175,7 +4175,7 @@ Evolution (hence the name), but is now used by other packages as well.") (define-public caribou (package (name "caribou") - (version "0.4.19") + (version "0.4.20") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4183,7 +4183,7 @@ Evolution (hence the name), but is now used by other packages as well.") name "-" version ".tar.xz")) (sha256 (base32 - "0i2s2xy9ami3wslam15cajhggpcsj4c70qm7qddcz52z9k0x02rg")))) + "1nahpfs5ap9f9wsvn93kg8isqffk60v785f1q6k64awcd7an8ris")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |