diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-19 15:36:23 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-19 15:36:23 +0200 |
commit | 16b1effb5f5bc0f2e1ca7fe5379e1f681c243fd2 (patch) | |
tree | eef31406e117e7078a72b528b97abc57e66a7148 | |
parent | df570bf271536399993b39e7ea2ea0452bb6cde4 (diff) | |
download | guix-16b1effb5f5bc0f2e1ca7fe5379e1f681c243fd2.tar guix-16b1effb5f5bc0f2e1ca7fe5379e1f681c243fd2.tar.gz |
gnu: libgsf: Update to 1.14.44.
* gnu/packages/gnome.scm (libgsf): Update to 1.14.44.
-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 8459bf9ac1..040fd923ce 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1176,7 +1176,7 @@ XML/CSS rendering engine.") (define-public libgsf (package (name "libgsf") - (version "1.14.43") + (version "1.14.44") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1184,7 +1184,7 @@ XML/CSS rendering engine.") name "-" version ".tar.xz")) (sha256 (base32 - "05pf3h0dha3s20ddsrljbx7m94qyiqs5igwxx1ql0vlsdlylx50j")))) + "1ppzfk3zmmgrg9jh8vc4dacddbfngjslq2wpj94pcr3i0c8dxgk8")))) (build-system gnu-build-system) (native-inputs `(("intltool" ,intltool) |