mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
54c880239d
commit
9c70ddf23e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue