diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-20 14:38:10 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-22 18:23:42 +0200 |
commit | 19c269d3d4602b8f41cfae153cd1a219c40f7f55 (patch) | |
tree | cfdc4a4be66a90ca8638fa274274d0cac2e715aa /gnu/packages/gnome.scm | |
parent | b74348077b53209be617090b216bffe38236b0e7 (diff) | |
download | guix-19c269d3d4602b8f41cfae153cd1a219c40f7f55.tar guix-19c269d3d4602b8f41cfae153cd1a219c40f7f55.tar.gz |
gnu: libgsf: Update to 1.14.43.
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 04259e8f89..55edb3fb69 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1175,7 +1175,7 @@ XML/CSS rendering engine.") (define-public libgsf (package (name "libgsf") - (version "1.14.42") + (version "1.14.43") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1183,7 +1183,7 @@ XML/CSS rendering engine.") name "-" version ".tar.xz")) (sha256 (base32 - "1hhdz0ymda26q6bl5ygickkgrh998lxqq4z9i8dzpcvqna3zpzr9")))) + "05pf3h0dha3s20ddsrljbx7m94qyiqs5igwxx1ql0vlsdlylx50j")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |