mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: libxml++-2: Update to 2.42.3.
* gnu/packages/gnome.scm (libxml++-2): Update to 2.42.3. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
25de80237b
commit
60a3b76cc9
1 changed files with 2 additions and 2 deletions
|
|
@ -9028,7 +9028,7 @@ library.")
|
|||
(package
|
||||
(inherit libxml++)
|
||||
(name "libxml++")
|
||||
(version "2.42.2")
|
||||
(version "2.42.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -9037,7 +9037,7 @@ library.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05slsbhc25z7kwlc28ydl3dfyp7rgbmz1fxj9z6gcvpg3hkghj2m"))))
|
||||
(base32 "0a0q25q275ysfr2ly66nbizkkwxnylsydzy5a8ay0c9cdskd3sc9"))))
|
||||
(propagated-inputs (modify-inputs (package-propagated-inputs libxml++)
|
||||
(append glibmm-2.66)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue