diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:37:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:53 +0800 |
commit | 27880b5edd627a526ba425cd75df90446cec3084 (patch) | |
tree | 980a7c6863d444d92f15fd63d7c103e8012962a9 /gnu/packages | |
parent | 101409e92b986ea1d38806b4d3ae6272a72876d8 (diff) | |
download | guix-27880b5edd627a526ba425cd75df90446cec3084.tar.gz guix-27880b5edd627a526ba425cd75df90446cec3084.zip |
gnu: librsvg: Update to 2.40.16.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.16.
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 8acf7f6679..6f1729cee0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -937,7 +937,7 @@ dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.40.15") + (version "2.40.16") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -945,7 +945,7 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1x05vd2llpmskq3prkp7kbpmshmpp9whj4kfl99ybipf4fhw9jnr")))) + "0bpz6gsq8xi1pb5k9ax6vinph460v14znch3y5yz167s0dmwz2yl")))) (build-system gnu-build-system) (arguments `(#:phases |