mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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>
This commit is contained in:
parent
93e55871e3
commit
32b82c3b49
1 changed files with 2 additions and 2 deletions
|
@ -595,7 +595,7 @@ (define-public sbcl-next
|
|||
(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 @@ (define-public bombadillo
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1m52b1wk48gkqmjy8l0x3jaksrx2v8w6w59lhr7zaw2i0n4f5k0z"))
|
||||
"0n0gza9qfx1hxigicyvf6wg1ccc2irvh17yhzpw9gx75ls5ybrjn"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue