aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-08-22 22:01:42 +0800
committer宋文武 <iyzsong@gmail.com>2016-08-23 19:46:58 +0800
commitfe964bb5bdac868e8b7f7f7feb6e1c5b24463a93 (patch)
treed59cc1b8ce50aa7ba8bc74a451f1858b4dc041be /gnu/packages/gnome.scm
parent424ce9f477c8acb4e6362678943cd2b187288132 (diff)
downloadguix-fe964bb5bdac868e8b7f7f7feb6e1c5b24463a93.tar
guix-fe964bb5bdac868e8b7f7f7feb6e1c5b24463a93.tar.gz
gnu: caribou: Update to 0.4.21.
* gnu/packages/gnome.scm (caribou): Update to 0.4.21.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 807e35c279..2202853d78 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4330,7 +4330,7 @@ Evolution (hence the name), but is now used by other packages as well.")
(define-public caribou
(package
(name "caribou")
- (version "0.4.20")
+ (version "0.4.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4338,7 +4338,7 @@ Evolution (hence the name), but is now used by other packages as well.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1nahpfs5ap9f9wsvn93kg8isqffk60v785f1q6k64awcd7an8ris"))))
+ "0mfychh1q3dx0b96pjz9a9y112bm9yqyim40yykzxx1hppsdjhww"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases