unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58305] [PATCH 0/2] gnu: profanity: Update to 0.13.0.
@ 2022-10-05 12:28 Tanguy Le Carrour
  2022-10-05 12:29 ` [bug#58305] [PATCH 1/2] gnu: libstrophe: Update to 0.12.2 Tanguy Le Carrour
  2022-10-11 13:25 ` bug#58305: [PATCH 0/2] " Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2022-10-05 12:28 UTC (permalink / raw)
  To: 58305; +Cc: Tanguy Le Carrour

Hi Guix,

Here comes a (trivial) patch set to update `profanity`.

*Disclaimer:* I haven't contributed in months, so any comment
is welcome!

Regards,

Tanguy Le Carrour (2):
  gnu: libstrophe: Update to 0.12.2.
  gnu: profanity: Update to 0.13.0.

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

-- 
2.37.3





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

* [bug#58305] [PATCH 1/2] gnu: libstrophe: Update to 0.12.2.
  2022-10-05 12:28 [bug#58305] [PATCH 0/2] gnu: profanity: Update to 0.13.0 Tanguy Le Carrour
@ 2022-10-05 12:29 ` Tanguy Le Carrour
  2022-10-05 12:29   ` [bug#58305] [PATCH 2/2] gnu: profanity: Update to 0.13.0 Tanguy Le Carrour
  2022-10-11 13:25 ` bug#58305: [PATCH 0/2] " Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Tanguy Le Carrour @ 2022-10-05 12:29 UTC (permalink / raw)
  To: 58305; +Cc: Tanguy Le Carrour

* gnu/packages/messaging.scm (libstrophe): Update to 0.12.2.
---
 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 dcd602c7c0..868b6dee79 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2127,7 +2127,7 @@ (define-public freetalk
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.12.0")
+    (version "0.12.2")
     (source
      (origin
        (method git-fetch)
@@ -2136,7 +2136,7 @@ (define-public libstrophe
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0"))))
+        (base32 "1ispq6sf7pq02irrqfga4i1xhrg1pg0f86qvvnix15clm8i1agld"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags '(list "--disable-static")
-- 
2.37.3





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

* [bug#58305] [PATCH 2/2] gnu: profanity: Update to 0.13.0.
  2022-10-05 12:29 ` [bug#58305] [PATCH 1/2] gnu: libstrophe: Update to 0.12.2 Tanguy Le Carrour
@ 2022-10-05 12:29   ` Tanguy Le Carrour
  0 siblings, 0 replies; 5+ messages in thread
From: Tanguy Le Carrour @ 2022-10-05 12:29 UTC (permalink / raw)
  To: 58305; +Cc: Tanguy Le Carrour

* gnu/packages/messaging.scm (profanity): Update to 0.13.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 868b6dee79..af33e12949 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2168,7 +2168,7 @@ (define-public libstrophe
 (define-public profanity
   (package
     (name "profanity")
-    (version "0.12.1")
+    (version "0.13.0")
     (source
      (origin
        (method url-fetch)
@@ -2177,7 +2177,7 @@ (define-public profanity
                        version ".tar.gz"))
        (sha256
         (base32
-         "0vihmlzxr6n3y6v0vdzzxh5p1i09p0hx6sd1b2pnpcgkgcg4hi73"))))
+         "14n45zwc6fxjargqhwqan8fyb7x0ql0hmw56rbjkjfkhpba2qmks"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
-- 
2.37.3





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

* bug#58305: [PATCH 0/2] gnu: profanity: Update to 0.13.0.
  2022-10-05 12:28 [bug#58305] [PATCH 0/2] gnu: profanity: Update to 0.13.0 Tanguy Le Carrour
  2022-10-05 12:29 ` [bug#58305] [PATCH 1/2] gnu: libstrophe: Update to 0.12.2 Tanguy Le Carrour
@ 2022-10-11 13:25 ` Ludovic Courtès
  2022-10-11 14:45   ` [bug#58305] " Tanguy LE CARROUR
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2022-10-11 13:25 UTC (permalink / raw)
  To: Tanguy Le Carrour; +Cc: 58305-done

Hello Sir!

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

>   gnu: libstrophe: Update to 0.12.2.
>   gnu: profanity: Update to 0.13.0.

Applied, thanks!  :-)

Ludo’.




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

* [bug#58305] [PATCH 0/2] gnu: profanity: Update to 0.13.0.
  2022-10-11 13:25 ` bug#58305: [PATCH 0/2] " Ludovic Courtès
@ 2022-10-11 14:45   ` Tanguy LE CARROUR
  0 siblings, 0 replies; 5+ messages in thread
From: Tanguy LE CARROUR @ 2022-10-11 14:45 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 58305-done

Hi Ludo’!


Quoting Ludovic Courtès (2022-10-11 15:25:28)
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
> 
> >   gnu: libstrophe: Update to 0.12.2.
> >   gnu: profanity: Update to 0.13.0.
> 
> Applied, thanks!  :-)

Thanks!


-- 
Tanguy




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

end of thread, other threads:[~2022-10-11 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 12:28 [bug#58305] [PATCH 0/2] gnu: profanity: Update to 0.13.0 Tanguy Le Carrour
2022-10-05 12:29 ` [bug#58305] [PATCH 1/2] gnu: libstrophe: Update to 0.12.2 Tanguy Le Carrour
2022-10-05 12:29   ` [bug#58305] [PATCH 2/2] gnu: profanity: Update to 0.13.0 Tanguy Le Carrour
2022-10-11 13:25 ` bug#58305: [PATCH 0/2] " Ludovic Courtès
2022-10-11 14:45   ` [bug#58305] " Tanguy LE CARROUR

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).