diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 22:01:42 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:58 +0800 |
commit | fe964bb5bdac868e8b7f7f7feb6e1c5b24463a93 (patch) | |
tree | d59cc1b8ce50aa7ba8bc74a451f1858b4dc041be /gnu/packages | |
parent | 424ce9f477c8acb4e6362678943cd2b187288132 (diff) | |
download | guix-fe964bb5bdac868e8b7f7f7feb6e1c5b24463a93.tar.gz guix-fe964bb5bdac868e8b7f7f7feb6e1c5b24463a93.zip |
gnu: caribou: Update to 0.4.21.
* gnu/packages/gnome.scm (caribou): Update to 0.4.21.
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 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 |