diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-14 10:21:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-14 10:21:18 +0100 |
commit | 295fbbd75d753ffbb84fb78edd2d92c0275c170f (patch) | |
tree | 11d933009826303a09622a9a87c107110013888a | |
parent | e4740d7a51177de6ca060411bde638574abf0227 (diff) | |
download | patches-295fbbd75d753ffbb84fb78edd2d92c0275c170f.tar patches-295fbbd75d753ffbb84fb78edd2d92c0275c170f.tar.gz |
gnu: geomyidae: Update to 0.31.
* gnu/packages/web.scm (geomyidae): Update to 0.31.
-rw-r--r-- | gnu/packages/web.scm | 4 |
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" |