diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 10:03:11 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:43 +0800 |
commit | 74cf8f6cf92387272c452102f862809160cda8aa (patch) | |
tree | 49f33b5830400467bddd26dd4056fe0b8d5762a0 | |
parent | f8b446caa9b4cd130dc6dbca908f88bcab2e8121 (diff) | |
download | gnu-guix-74cf8f6cf92387272c452102f862809160cda8aa.tar gnu-guix-74cf8f6cf92387272c452102f862809160cda8aa.tar.gz |
gnu: file-roller: Update to 3.20.1.
* gnu/packages/gnome.scm (file-roller): Update to 3.20.1.
-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 f53482fb35..6941a901a5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3786,7 +3786,7 @@ share them with others via social networking and more.") (define-public file-roller (package (name "file-roller") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3794,7 +3794,7 @@ share them with others via social networking and more.") name "-" version ".tar.xz")) (sha256 (base32 - "1a5598zyzdhdyk7sq59h8hqrjlacxw6wfdmgi0cs5kvbzjr9jnhq")))) + "0cx3d8mp0pxz9wcsb2ph7g1zy22m8z5x0a4f5vgfzl0jmrcxpcy8")))) (build-system glib-or-gtk-build-system) (native-inputs `(("intltool" ,intltool) |