bavier pushed a commit to branch master
in repository guix.
commit f8311c0feed593a5777303ee2d740c87b4a3970f
Author: Eric Bavier <[email protected]>
Date: Wed Aug 29 14:08:07 2018 -0500
libdom: Upgrade to 0.3.3.
* gnu/packages/web.scm (libdom): Upgrade to 0.3.3.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index f8e77aa..05f327b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4507,7 +4507,7 @@ written in C. It is developed as part of the NetSurf
project.")
(define-public libdom
(package
(name "libdom")
- (version "0.3.2")
+ (version "0.3.3")
(source
(origin
(method url-fetch)
@@ -4515,7 +4515,7 @@ written in C. It is developed as part of the NetSurf
project.")
name "-" version "-src.tar.gz"))
(sha256
(base32
- "1zb7x2qwm6p11lph6j2vcyp4a0a8i1klkqilnk5vb4qmlzzpcv7i"))))
+ "1919757mdl3gii2pl6kzm8b1cal0h06r5nqd2y0kny6hc5yrhsp0"))))
(build-system gnu-build-system)
(native-inputs
`(("netsurf-buildsystem" ,netsurf-buildsystem)