gnu: bombadillo: Update to 2.3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolò Balzarotti
  • Leo Famulari
Owner
unassigned
Submitted by
Nicolò Balzarotti
Severity
normal
N
N
Nicolò Balzarotti wrote on 24 Oct 2020 15:18
(address . guix-patches@gnu.org)(address . nicolo@nixo.xyz)
87y2jv224q.fsf@guixSD.i-did-not-set--mail-host-address--so-tickle-me
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.
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
L
L
Leo Famulari wrote on 25 Oct 2020 19:09
(name . Nicolò Balzarotti)(address . anothersms@gmail.com)
20201025180921.GB25773@jasmine.lan
On Sat, Oct 24, 2020 at 03:18:45PM +0200, Nicol� Balzarotti wrote:
Toggle quote (16 lines)
> 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
Closed
?