diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-07 21:51:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-07 21:52:22 +0100 |
commit | d2ff5931ab7b3ee7db71c708305ff7c464908a30 (patch) | |
tree | 40ed6133238bca1e0fd0eea12c6e46590d2f32e4 /gnu | |
parent | df11cf2f663a6fe422b651a8087c4100401fd303 (diff) | |
download | guix-d2ff5931ab7b3ee7db71c708305ff7c464908a30.tar.gz guix-d2ff5931ab7b3ee7db71c708305ff7c464908a30.zip |
gnu: bombadillo: Update to 2.3.3.
* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.3.
Diffstat (limited to 'gnu')
-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 d5d60a294f..6f92942f13 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -749,7 +749,7 @@ key-bindings and is fully configurable and extensible in Common Lisp.") (define-public bombadillo (package (name "bombadillo") - (version "2.3.1") + (version "2.3.3") (source (origin (method git-fetch) (uri (git-reference @@ -757,7 +757,7 @@ key-bindings and is fully configurable and extensible in Common Lisp.") (commit version))) (sha256 (base32 - "0n0gza9qfx1hxigicyvf6wg1ccc2irvh17yhzpw9gx75ls5ybrjn")) + "02w6h44sxzmk3bkdidl8xla0i9rwwpdqljnvcbydx5kyixycmg0q")) (file-name (git-file-name name version)))) (build-system go-build-system) (arguments |