diff mbox series

[bug#44192] gnu: bombadillo: Update to 2.3.1.

Message ID 87y2jv224q.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me
State Accepted
Headers show
Series [bug#44192] gnu: bombadillo: Update to 2.3.1. | expand

Checks

Context Check Description
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Nicolò Balzarotti Oct. 24, 2020, 1:18 p.m. UTC
Hi!

Find attached a patch to update bombadillo to the latest release version
(2.3.1)!

Thanks!
Nicolò

Comments

Leo Famulari Oct. 25, 2020, 6:09 p.m. UTC | #1
On Sat, Oct 24, 2020 at 03:18:45PM +0200, Nicolò Balzarotti wrote:
> Hi!
> 
> Find attached a patch to update bombadillo to the latest release version
> (2.3.1)!
> 
> Thanks!
> Nicolò
> 

> From a1fa579db03b7f8f7807af0d58421b99e02a5903 Mon Sep 17 00:00:00 2001
> From: nixo <nicolo@nixo.xyz>
> Date: Sat, 24 Oct 2020 10:58:41 +0200
> Subject: [PATCH] gnu: bombadillo: Update to 2.3.1.
> 
> * gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.1.

Thanks! Pushed as 32b82c3b49e80a9b2336451a19144b0d52418386
diff mbox series

Patch

From a1fa579db03b7f8f7807af0d58421b99e02a5903 Mon Sep 17 00:00:00 2001
From: nixo <nicolo@nixo.xyz>
Date: Sat, 24 Oct 2020 10:58:41 +0200
Subject: [PATCH] gnu: bombadillo: Update to 2.3.1.

* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.1.
---
 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 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
-- 
2.28.0