all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53985] [PATCH] gnu: srain: Update to 1.3.2.
@ 2022-02-14  0:07 Jai Vetrivelan
  2022-02-14 10:05 ` bug#53985: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-14  0:07 UTC (permalink / raw)
  To: 53985

[-- Attachment #1: 0001-gnu-srain-Update-to-1.3.2.patch --]
[-- Type: text/patch, Size: 1553 bytes --]

From 7ff2eba289dfcaf778b6edcdc4a6daacd2945bc3 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Mon, 14 Feb 2022 05:33:35 +0530
Subject: [PATCH] gnu: srain: Update to 1.3.2.

* gnu/packages/irc.scm (srain): Update to 1.3.2.
---
 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 72f9fd5c96..ec30644010 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2021 WinterHound <winterhound@yandex.com>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -259,7 +260,7 @@ (define-public weechat
 (define-public srain
   (package
     (name "srain")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -268,7 +269,7 @@ (define-public srain
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xjk3fa3fkmsczif1bzcmi79k4z3jfdgcljfdiyn4iv5bh778swc"))))
+        (base32 "16nsxicixp7194bkiiyj7zrg05lhcp0xblqsbv6dq1lxd5wd3i96"))))
     (build-system meson-build-system)
     (arguments
      `(#:tests? #f ;there are no tests

base-commit: d65979c46c99dc36324ca94aa9650b9de37f22de
prerequisite-patch-id: ca3d82cc956894359957244064bee5fe9979004b
-- 
2.34.0





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

* bug#53985: [PATCH] gnu: srain: Update to 1.3.2.
  2022-02-14  0:07 [bug#53985] [PATCH] gnu: srain: Update to 1.3.2 Jai Vetrivelan
@ 2022-02-14 10:05 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-14 10:05 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53985-done

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

> * gnu/packages/irc.scm (srain): Update to 1.3.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14  0:07 [bug#53985] [PATCH] gnu: srain: Update to 1.3.2 Jai Vetrivelan
2022-02-14 10:05 ` bug#53985: " Nicolas Goaziou

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.