diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-02-05 10:32:56 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-02-05 16:02:26 +0200 |
commit | f58219569cdd73e833f2992d927502161a58f555 (patch) | |
tree | c351415a0545052f8afd7f2be02db80a5db9091a /gnu/packages/gnome.scm | |
parent | 73836c7de83516b308843c72da95ade4cd3e2c51 (diff) | |
download | guix-f58219569cdd73e833f2992d927502161a58f555.tar guix-f58219569cdd73e833f2992d927502161a58f555.tar.gz |
gnu: libxml++: Update to 3.0.0.
* gnu/packages/gnome.scm (libxml++): Update to 3.0.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 6267f8b840..9ed9ec9ce5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4269,7 +4269,7 @@ the available networks and allows users to easily switch between them.") (define-public libxml++ (package (name "libxml++") - (version "2.91.2") + (version "3.0.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4277,7 +4277,7 @@ the available networks and allows users to easily switch between them.") name "-" version ".tar.xz")) (sha256 (base32 - "0h4h7hhh9lg8h34py116517m3wqbzhd5v63k1c6pp1p2a43s18fs")))) + "0lkrajbdys5f6w6qwfijih3hnbk4c6809qx2mmxkb7bj2w269wrg")))) (build-system gnu-build-system) ;; libxml++-3.0.pc refers to all these. (propagated-inputs |