all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46004] [PATCH 0/2] gnu: profanity: Update to 0.10.0.
@ 2021-01-20  9:29 Tanguy Le Carrour
  2021-01-20  9:34 ` [bug#46004] [PATCH 1/2] gnu: libmesode: Update to 0.10.1 Tanguy Le Carrour
  2021-01-20 12:47 ` bug#46004: [PATCH 0/2] " Efraim Flashner
  0 siblings, 2 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-01-20  9:29 UTC (permalink / raw)
  To: 46004; +Cc: Tanguy Le Carrour

Tanguy Le Carrour (2):
  gnu: libmesode: Update to 0.10.1.
  gnu: profanity: Update to 0.10.0.

 gnu/packages/messaging.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.30.0





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

* [bug#46004] [PATCH 1/2] gnu: libmesode: Update to 0.10.1.
  2021-01-20  9:29 [bug#46004] [PATCH 0/2] gnu: profanity: Update to 0.10.0 Tanguy Le Carrour
@ 2021-01-20  9:34 ` Tanguy Le Carrour
  2021-01-20  9:34   ` [bug#46004] [PATCH 2/2] gnu: profanity: Update to 0.10.0 Tanguy Le Carrour
  2021-01-20 12:47 ` bug#46004: [PATCH 0/2] " Efraim Flashner
  1 sibling, 1 reply; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-01-20  9:34 UTC (permalink / raw)
  To: 46004; +Cc: Tanguy Le Carrour

* gnu/packages/messaging.scm (libmesode): Update to 0.10.1.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c585326124..c0f4c2a3d8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1998,7 +1998,7 @@ is also scriptable and extensible via Guile.")
 (define-public libmesode
   (package
     (name "libmesode")
-    (version "0.9.3")
+    (version "0.10.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2007,7 +2007,7 @@ is also scriptable and extensible via Guile.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xzfg1xx88cn36352nnjlb1p7xyw32yqkhjzq10px88iaaqz1vv0"))))
+                "1bxnkhrypgv41qyy1n545kcggmlw1hvxnhwihijhhcf2pxd2s654"))))
     (build-system gnu-build-system)
     (inputs
      `(("expat" ,expat)
-- 
2.30.0





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

* [bug#46004] [PATCH 2/2] gnu: profanity: Update to 0.10.0.
  2021-01-20  9:34 ` [bug#46004] [PATCH 1/2] gnu: libmesode: Update to 0.10.1 Tanguy Le Carrour
@ 2021-01-20  9:34   ` Tanguy Le Carrour
  0 siblings, 0 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2021-01-20  9:34 UTC (permalink / raw)
  To: 46004; +Cc: Tanguy Le Carrour

* gnu/packages/messaging.scm (profanity): Update to 0.10.0.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c0f4c2a3d8..60dca1088f 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2058,7 +2058,7 @@ are both supported).")
 (define-public profanity
   (package
     (name "profanity")
-    (version "0.9.5")
+    (version "0.10.0")
     (source
      (origin
        (method url-fetch)
@@ -2067,7 +2067,7 @@ are both supported).")
                        version ".tar.gz"))
        (sha256
         (base32
-         "00j9l9v62rz9hprgiy1vrz8v3v59ph18h8kskqxr31fgqvjv5xr3"))))
+         "137z77514fgj2dk13d12g4jrn6gs5k85nwrk1r1kiv7rj0jy61aa"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
-- 
2.30.0





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

* bug#46004: [PATCH 0/2] gnu: profanity: Update to 0.10.0.
  2021-01-20  9:29 [bug#46004] [PATCH 0/2] gnu: profanity: Update to 0.10.0 Tanguy Le Carrour
  2021-01-20  9:34 ` [bug#46004] [PATCH 1/2] gnu: libmesode: Update to 0.10.1 Tanguy Le Carrour
@ 2021-01-20 12:47 ` Efraim Flashner
  2021-01-20 14:55   ` [bug#46004] " Tanguy LE CARROUR
  1 sibling, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2021-01-20 12:47 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 46004-done

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

Patches look good. Pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#46004] [PATCH 0/2] gnu: profanity: Update to 0.10.0.
  2021-01-20 12:47 ` bug#46004: [PATCH 0/2] " Efraim Flashner
@ 2021-01-20 14:55   ` Tanguy LE CARROUR
  0 siblings, 0 replies; 5+ messages in thread
From: Tanguy LE CARROUR @ 2021-01-20 14:55 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 46004-done

Hi Efraim,


Excerpts from Efraim Flashner's message of January 20, 2021 1:47 pm:
> Patches look good. Pushed!

Thanks!

-- 
Tanguy





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

end of thread, other threads:[~2021-01-20 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20  9:29 [bug#46004] [PATCH 0/2] gnu: profanity: Update to 0.10.0 Tanguy Le Carrour
2021-01-20  9:34 ` [bug#46004] [PATCH 1/2] gnu: libmesode: Update to 0.10.1 Tanguy Le Carrour
2021-01-20  9:34   ` [bug#46004] [PATCH 2/2] gnu: profanity: Update to 0.10.0 Tanguy Le Carrour
2021-01-20 12:47 ` bug#46004: [PATCH 0/2] " Efraim Flashner
2021-01-20 14:55   ` [bug#46004] " Tanguy LE CARROUR

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.