diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-15 20:32:23 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-09-15 20:32:23 +0800 |
commit | c136546aaa6e0dfb9539c86956285bfb0b183de4 (patch) | |
tree | 18b37e7b200b7cdfe47416ef4a752bb7840fe6af /gnu | |
parent | 4ea50f2bc89d872c6e06d65524e8ea5d2e71e492 (diff) | |
download | guix-c136546aaa6e0dfb9539c86956285bfb0b183de4.tar guix-c136546aaa6e0dfb9539c86956285bfb0b183de4.tar.gz |
gnu: librsvg: Update to 2.40.10.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.10.
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 c6d704c7ce..b55058b169 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -817,7 +817,7 @@ dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.40.9") + (version "2.40.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -825,7 +825,7 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0fplymmqqr28y24vcnb01szn62pfbqhk8p1ngns54x9m6mflr5hk")))) + "0y9lvnb9ij9mjg8cyp7xysi0c5ms5v4q1zrhx42b546f71s80p4n")))) (build-system gnu-build-system) (arguments `(#:phases |