guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: bombadillo: Update to 2.3.3.


From: guix-commits
Subject: 07/07: gnu: bombadillo: Update to 2.3.3.
Date: Mon, 7 Dec 2020 15:59:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d2ff5931ab7b3ee7db71c708305ff7c464908a30
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 7 21:51:59 2020 +0100

    gnu: bombadillo: Update to 2.3.3.
    
    * gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.3.
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index d5d60a2..6f92942 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]