unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59367] [PATCH] gnu: irssi: Update irc 1.4.3.
@ 2022-11-18 19:44 jgart via Guix-patches via
  2022-11-18 19:45 ` [bug#59367] [PATCH v2] gnu: irssi: Update to 1.4.3 jgart via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-11-18 19:44 UTC (permalink / raw)
  To: 59367; +Cc: jgart

* gnu/packages/irc.scm (irssi): Update to 1.4.3.
---
 gnu/packages/irc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index d768fda0df..495645236e 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2021 WinterHound <winterhound@yandex.com>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -151,7 +152,7 @@ (define-public quassel
 (define-public irssi
   (package
     (name "irssi")
-    (version "1.4.1")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/irssi/irssi/"
@@ -159,7 +160,7 @@ (define-public irssi
                                   version ".tar.xz"))
               (sha256
                (base32
-                "00bmwkpzhqqnsajakk7dviap1i8s89375kwpdyxg65ms3ds94xka"))))
+                "0d04bam0lrk66wi7ygd5si5y6adf2ajhh6mn89zyc8m34d972gxr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.38.1





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

* [bug#59367] [PATCH v2] gnu: irssi: Update to 1.4.3.
  2022-11-18 19:44 [bug#59367] [PATCH] gnu: irssi: Update irc 1.4.3 jgart via Guix-patches via
@ 2022-11-18 19:45 ` jgart via Guix-patches via
  2022-11-18 19:58   ` jgart via Guix-patches via
  2022-11-19 14:03   ` Christopher Baines
  0 siblings, 2 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-11-18 19:45 UTC (permalink / raw)
  To: 59367; +Cc: jgart

* gnu/packages/irc.scm (irssi): Update to 1.4.3.

This v2 just fixes a typo in the commit message.
---
 gnu/packages/irc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index d768fda0df..495645236e 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2021 WinterHound <winterhound@yandex.com>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -151,7 +152,7 @@ (define-public quassel
 (define-public irssi
   (package
     (name "irssi")
-    (version "1.4.1")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/irssi/irssi/"
@@ -159,7 +160,7 @@ (define-public irssi
                                   version ".tar.xz"))
               (sha256
                (base32
-                "00bmwkpzhqqnsajakk7dviap1i8s89375kwpdyxg65ms3ds94xka"))))
+                "0d04bam0lrk66wi7ygd5si5y6adf2ajhh6mn89zyc8m34d972gxr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.38.1





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

* [bug#59367] [PATCH v2] gnu: irssi: Update to 1.4.3.
  2022-11-18 19:45 ` [bug#59367] [PATCH v2] gnu: irssi: Update to 1.4.3 jgart via Guix-patches via
@ 2022-11-18 19:58   ` jgart via Guix-patches via
  2022-11-19 14:03   ` Christopher Baines
  1 sibling, 0 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2022-11-18 19:58 UTC (permalink / raw)
  To: 59367

On Fri, 18 Nov 2022 13:45:31 -0600 jgart <jgart@dismail.de> wrote:

smoke test:

$ guix-shell  ./pre-inst-env guix shell irssi -- irssi --version

irssi 1.4.3 (20221031 1403)





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

* [bug#59367] [PATCH v2] gnu: irssi: Update to 1.4.3.
  2022-11-18 19:45 ` [bug#59367] [PATCH v2] gnu: irssi: Update to 1.4.3 jgart via Guix-patches via
  2022-11-18 19:58   ` jgart via Guix-patches via
@ 2022-11-19 14:03   ` Christopher Baines
  1 sibling, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2022-11-19 14:03 UTC (permalink / raw)
  To: jgart; +Cc: 59367-done, 59367

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


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/irc.scm (irssi): Update to 1.4.3.
>
> This v2 just fixes a typo in the commit message.
> ---
>  gnu/packages/irc.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
bad8d9630b0431f34d9ad6f800d3a799a9fde413.

Chris

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18 19:44 [bug#59367] [PATCH] gnu: irssi: Update irc 1.4.3 jgart via Guix-patches via
2022-11-18 19:45 ` [bug#59367] [PATCH v2] gnu: irssi: Update to 1.4.3 jgart via Guix-patches via
2022-11-18 19:58   ` jgart via Guix-patches via
2022-11-19 14:03   ` Christopher Baines

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).