diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-12-17 19:22:22 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-12-18 01:16:03 +0100 |
commit | e1454e0e5f13f1722f3328cad263efe0ca30db6b (patch) | |
tree | 0627adf8a9128e8149c5e91d8a7087256b3c55c3 /gnu/packages/gnome.scm | |
parent | 277cf3dc1db6e8f882e7e41b376b40511f542232 (diff) | |
download | patches-e1454e0e5f13f1722f3328cad263efe0ca30db6b.tar patches-e1454e0e5f13f1722f3328cad263efe0ca30db6b.tar.gz |
gnu: librsvg: Update to 2.40.20.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.20.
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 8f9b1bac98..6629a1261b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1179,7 +1179,7 @@ dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.40.19") + (version "2.40.20") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1187,7 +1187,7 @@ dealing with different structured file formats.") name "-" version ".tar.xz")) (sha256 (base32 - "1xy12qi29xqf3i61awf9qmm5ysw6v5qgxqwvi5fny0q9hs5lsav1")))) + "0ay9himvw1l1swcf3h1312d2iqzfl65kpbfgiyfykgvq7cydvx6g")))) (build-system gnu-build-system) (arguments `(#:phases |