unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46417] gnu: srain: Update to 1.1.3.
@ 2021-02-10  3:25 Raghav Gururajan
  2021-02-11  2:53 ` bug#46417: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2021-02-10  3:25 UTC (permalink / raw)
  To: 46417


[-- Attachment #1.1.1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #1.1.2: 0007-gnu-srain-Update-to-1.1.3.patch --]
[-- Type: text/x-patch, Size: 1723 bytes --]

From 366b0cd345675b882c27a2476c8ebcd4f896fcc0 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Tue, 9 Feb 2021 22:21:21 -0500
Subject: [PATCH 7/7] gnu: srain: Update to 1.1.3.

* gnu/packages/irc.scm (srain) [version]: Modify.
[source]<origin>[sha256]: Modify base32.
[native-inputs]: Add python-wrapper.
---
 gnu/packages/irc.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 6927424565..718853d897 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -238,7 +238,7 @@ using a mouse.  It is customizable and extensible with plugins and scripts.")
 (define-public srain
   (package
     (name "srain")
-    (version "1.1.2")
+    (version "1.1.3")
     (source
      (origin
        (method git-fetch)
@@ -247,7 +247,7 @@ using a mouse.  It is customizable and extensible with plugins and scripts.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jjs3lrlz67z9ghpc4c406a5r3naisn1famdh9rwwcg4y4y1vcws"))))
+        (base32 "1vqjjsxzc4601dpc8lf9k25rp2c7sjab7l5a6cbfygpr8dqvm6vq"))))
     (arguments
      `(#:tests? #f ;there are no tests
        #:phases
@@ -261,7 +261,8 @@ using a mouse.  It is customizable and extensible with plugins and scripts.")
     (native-inputs
      `(("gettext" ,gettext-minimal)
        ("glib:bin" ,glib "bin")
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("python" ,python-wrapper)))
     (inputs
      `(("glib-networking" ,glib-networking)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-- 
2.30.0


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

* bug#46417: gnu: srain: Update to 1.1.3.
  2021-02-10  3:25 [bug#46417] gnu: srain: Update to 1.1.3 Raghav Gururajan
@ 2021-02-11  2:53 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-02-11  2:53 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 46417-done

Raghav Gururajan <rg@raghavgururajan.name> writes:

> From 366b0cd345675b882c27a2476c8ebcd4f896fcc0 Mon Sep 17 00:00:00 2001
> From: Raghav Gururajan <rg@raghavgururajan.name>
> Date: Tue, 9 Feb 2021 22:21:21 -0500
> Subject: [PATCH 7/7] gnu: srain: Update to 1.1.3.

Pushed, thank you!




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

end of thread, other threads:[~2021-02-11  2:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10  3:25 [bug#46417] gnu: srain: Update to 1.1.3 Raghav Gururajan
2021-02-11  2:53 ` bug#46417: " 宋文武

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