iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit a84749dae390e8abbda7f1d401db14b4dc75de83
Author: 宋文武 <[email protected]>
Date: Thu Apr 7 09:44:21 2016 +0800
gnu: caribou: Update to 0.4.20.
* gnu/packages/gnome.scm (caribou): Update to 0.4.20.
---
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 5418500..7273f16 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4137,7 +4137,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 "/"
@@ -4145,7 +4145,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