~ruther/guix-local

25de80237bb6e8e41f454e7769a31ac31e500ec7 — Nicolas Graves 10 months ago fee9ce2
gnu: libxml++: Update to 5.4.0.

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

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
@@ 8973,7 8973,7 @@ the available networks and allows users to easily switch between them.")
(define-public libxml++
  (package
    (name "libxml++")
    (version "5.0.3")
    (version "5.4.0")
    (source
     (origin
       (method git-fetch)


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