diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-02 16:44:46 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-02 16:44:46 +0200 |
commit | 168c5f076c86889879887908c22608c14045b361 (patch) | |
tree | 137b39f365138b47669c4dff5be6025f0368d052 /gnu | |
parent | 1bb0545bb8bcf3a60efa940ef2442763d8abe975 (diff) | |
download | patches-168c5f076c86889879887908c22608c14045b361.tar patches-168c5f076c86889879887908c22608c14045b361.tar.gz |
gnu: librsvg: Update to 2.40.18.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.18.
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 43547961bf..2a93b32a49 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1163,7 +1163,7 @@ dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.40.17") + (version "2.40.18") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1171,7 +1171,7 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1k39gyf7f5m9x0jvpcxvfcqswdb04xhm1lbwbjabn1f4xk5wbxp6")))) + "0k2nbd4g31qinkdfd8r5c5ih2ixl85fbkgkqqh9747lwr24c9j5z")))) (build-system gnu-build-system) (arguments `(#:phases |