diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-09 23:51:33 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-09 23:51:51 -0400 |
commit | 2a75ec1567c81efdd2504b35c8a9e756215913a6 (patch) | |
tree | a73901b2ba7e56d49026b424727021ed14ab74fe /gnu/packages/gnome.scm | |
parent | a8f25449114bd9035898eec3455db51c0f4d928d (diff) | |
download | guix-2a75ec1567c81efdd2504b35c8a9e756215913a6.tar guix-2a75ec1567c81efdd2504b35c8a9e756215913a6.tar.gz |
gnu: librsvg: Update to 2.40.17.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.17.
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 b94c36636e..9856fef0ce 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -982,7 +982,7 @@ dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.40.16") + (version "2.40.17") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -990,7 +990,7 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "0bpz6gsq8xi1pb5k9ax6vinph460v14znch3y5yz167s0dmwz2yl")))) + "1k39gyf7f5m9x0jvpcxvfcqswdb04xhm1lbwbjabn1f4xk5wbxp6")))) (build-system gnu-build-system) (arguments `(#:phases |