aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1cf426b5c0..ceb7d9b7c7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6274,7 +6274,7 @@ in Perl but is not nearly as capable as @code{HTML::Tidy}.")
(define-public geomyidae
(package
(name "geomyidae")
- (version "0.29")
+ (version "0.31")
(source
(origin
(method url-fetch)
@@ -6282,7 +6282,7 @@ in Perl but is not nearly as capable as @code{HTML::Tidy}.")
"geomyidae-" version ".tar.bz2"))
(sha256
(base32
- "0qxgxp6psfrgfqhndyq2z54nb1qrmvvljddnxdwp207jbz366bja"))))
+ "1ih7220c6mgq4r7blm4kx3pxbl53sph58lqgwci6cmi3c0sq5c3x"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc"
...Efraim Flashner 2015-12-26gnu: opus-tools: Update source URL....Leo Famulari 2015-12-06gnu: Move pkg-config to native inputs....Mathieu Lirzin 2015-12-02gnu: opus: Update to 1.1.1....Efraim Flashner 2015-10-21gnu: Add opusfile....Paul van der Walt 2015-10-21Revert "gnu: Add opusfile."...Paul van der Walt 2015-10-21gnu: Add opusfile....Paul van der Walt 2015-07-18gnu packages: Clean up synopses and descriptions....Alex Kost 2015-07-05gnu: Move content of openssl module into tls module....Andreas Enge 2015-04-05gnu: Add libshout....宋文武 2015-04-04gnu: Add icecast....David Thompson 2015-03-14gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'....Ludovic Courtès 2015-03-04gnu: flac: Update to 1.3.1....宋文武 2015-03-04gnu: flac: Propagate libogg....宋文武 2015-03-03gnu: libvorbis: Update to 1.3.5...Jason Self