all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34278] [PATCH] gnu: luakit: Update to 2.1.
@ 2019-02-01 11:40 raphael.melotte
  2019-02-15 22:20 ` bug#34278: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: raphael.melotte @ 2019-02-01 11:40 UTC (permalink / raw)
  To: 34278

 From d67e9925b94b250bdcd6dcfc2b266858395862dc Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?= 
<raphael.melotte@posteo.net>
Date: Fri, 1 Feb 2019 12:28:06 +0100
Subject: [PATCH] gnu: luakit: Update to 2.1.

* gnu/packages/web-browsers.scm (luakit): Update to 2.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 c9038ed8c..a19a0dc7c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -144,14 +144,14 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
  (define-public luakit
    (package
      (name "luakit")
-    (version "2017.08.10")
+    (version "2.1")
      (source (origin
                (method url-fetch)
                (uri (string-append 
"https://github.com/luakit/luakit/archive/" version
                                    ".tar.gz"))
                (sha256
                 (base32
-                
"0dwxhnq90whakgdg21lzcf03n2g1c7hqgliwhav8av5na5mqpn93"))
+                
"09kgsm2w2xa4xwylsi0bwjvdl9k6hkyjyyrq2i3l8bvi2qrs5gzc"))
                (file-name (string-append name "-" version ".tar.gz"))))
      (inputs
       `(("lua-5.1" ,lua-5.1)
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34278: [PATCH] gnu: luakit: Update to 2.1.
  2019-02-01 11:40 [bug#34278] [PATCH] gnu: luakit: Update to 2.1 raphael.melotte
@ 2019-02-15 22:20 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-02-15 22:20 UTC (permalink / raw)
  To: raphael.melotte; +Cc: 34278-done

Hi Raphaël,

raphael.melotte@posteo.net skribis:

> From d67e9925b94b250bdcd6dcfc2b266858395862dc Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Rapha=C3=ABl=20M=C3=A9lotte?=
> <raphael.melotte@posteo.net>
> Date: Fri, 1 Feb 2019 12:28:06 +0100
> Subject: [PATCH] gnu: luakit: Update to 2.1.
>
> * gnu/packages/web-browsers.scm (luakit): Update to 2.1.

Applied, thanks!

(Your mailer had mangled the patch; it’s probably safer to send it as an
attachment.)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-15 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01 11:40 [bug#34278] [PATCH] gnu: luakit: Update to 2.1 raphael.melotte
2019-02-15 22:20 ` bug#34278: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.