diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-10-16 23:04:33 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-10-16 23:04:33 +0800 |
commit | f43c0e9c44911b1f4b0787fd8da723b32daba43c (patch) | |
tree | 78a96780da7afec787f77ee46ded1cb406f7235d /gnu/packages/gnome.scm | |
parent | 3ad29c9ef53d13f707290b4808d7862217756380 (diff) | |
download | guix-f43c0e9c44911b1f4b0787fd8da723b32daba43c.tar guix-f43c0e9c44911b1f4b0787fd8da723b32daba43c.tar.gz |
gnu: librsvg: Update to 2.40.11.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.11.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 5440433402..fb7fa793ec 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -821,7 +821,7 @@ dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.40.10") + (version "2.40.11") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -829,7 +829,7 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0y9lvnb9ij9mjg8cyp7xysi0c5ms5v4q1zrhx42b546f71s80p4n")))) + "00ifd9wjjjsw0ybk5j6qs4yyh66jj34hjmggy6dhrgfy8ksw06k1")))) (build-system gnu-build-system) (arguments `(#:phases |