diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-05-23 11:31:30 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-05-23 11:31:30 +0800 |
commit | 281c21567de4687ba55451cadca07e1743546e2b (patch) | |
tree | cf71543e01cb0b7e496703ca61e494ad84bc4c0d /gnu | |
parent | 14eeefa2dd611e8dd24637971c60db918a5aa27a (diff) | |
download | patches-281c21567de4687ba55451cadca07e1743546e2b.tar patches-281c21567de4687ba55451cadca07e1743546e2b.tar.gz |
gnu: librsvg: Update to 2.40.9.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.9.
Diffstat (limited to 'gnu')
-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 ea3f46435f..3c7aab4874 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -647,7 +647,7 @@ dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.40.6") + (version "2.40.9") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -655,7 +655,7 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "01jgb11779080b80k2ncrhdphgillqrrnszal6vh8yv787r4kwwa")))) + "0fplymmqqr28y24vcnb01szn62pfbqhk8p1ngns54x9m6mflr5hk")))) (build-system gnu-build-system) (arguments `(#:phases |