diff options
author | nixo <nicolo@nixo.xyz> | 2020-10-24 10:58:41 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-10-25 14:08:47 -0400 |
commit | 32b82c3b49e80a9b2336451a19144b0d52418386 (patch) | |
tree | 9999f31b96115898d6ab1fa97024230954d9c01f /gnu/packages/web-browsers.scm | |
parent | 93e55871e3239357f417b0d0a064f9208e70717a (diff) |
gnu: bombadillo: Update to 2.3.1.
* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 2220737daa..eb49a8fdea 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -595,7 +595,7 @@ key-bindings and is fully configurable and extensible in Common Lisp.") (define-public bombadillo (package (name "bombadillo") - (version "2.2.0") + (version "2.3.1") (source (origin (method git-fetch) (uri (git-reference @@ -603,7 +603,7 @@ key-bindings and is fully configurable and extensible in Common Lisp.") (commit version))) (sha256 (base32 - "1m52b1wk48gkqmjy8l0x3jaksrx2v8w6w59lhr7zaw2i0n4f5k0z")) + "0n0gza9qfx1hxigicyvf6wg1ccc2irvh17yhzpw9gx75ls5ybrjn")) (file-name (git-file-name name version)))) (build-system go-build-system) (arguments |