~ruther/guix-local

9c70ddf23e91763416cd8d5c4a22c3701a1dc094 — Aaron Covrig 2 months ago 54c8802
gnu: libxml++: Update to 5.6.0.

* gnu/packages/gnome.scm (libxml++): Update to 5.6.0.

Change-Id: Id1e9fad25d4ea3bcfcbb1f3ee14c18dc539ce77b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +2 -2
@@ 8867,7 8867,7 @@ the available networks and allows users to easily switch between them.")
(define-public libxml++
  (package
    (name "libxml++")
    (version "5.4.0")
    (version "5.6.0")
    (source
     (origin
       (method git-fetch)


@@ 8876,7 8876,7 @@ the available networks and allows users to easily switch between them.")
             (commit version)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0gp8irc5ny9i6bw9fp21p8djgksi1s8l5flbn5blisgfpcb2w820"))))
        (base32 "1ckgllfgnfszri57ay41jykwblcilsyldkhiq0x5h50c5av118pj"))))
    (build-system gnu-build-system)
    (propagated-inputs
     (list libxml2))  ;required by .pc file