guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bombadillo: Update to 2.3.1.


From: guix-commits
Subject: 02/02: gnu: bombadillo: Update to 2.3.1.
Date: Sun, 25 Oct 2020 14:09:07 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 32b82c3b49e80a9b2336451a19144b0d52418386
Author: nixo <nicolo@nixo.xyz>
AuthorDate: Sat Oct 24 10:58:41 2020 +0200

    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>
---
 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 2220737..eb49a8f 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



reply via email to

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