[PATCH] gnu: sic: Update to 1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • ???
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 21 Aug 2023 12:39
(address . guix-patches@gnu.org)
CAFyhPjX9b+irjNTCr30EtcRV_NjvXDfqSa2km3UKw8aeHv2CpQ@mail.gmail.com
From 251877b1f377b2793e46708962219801ca1123bf Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 21 Aug 2023 11:33:07 +0100
Subject: [PATCH] gnu: sic: Update to 1.3.

* gnu/packages/irc.scm (sic): Update to 1.3.
---
gnu/packages/irc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 27e6fde911..0a993fb0bf 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -484,14 +484,14 @@ (define-public ii
(define-public sic
(package
(name "sic")
- (version "1.2")
+ (version "1.3")
(source (origin
(method url-fetch)
(uri (string-append "http://dl.suckless.org/tools/"
name "-" version ".tar.gz"))
(sha256
(base32
- "11aiavxp44yayibc58bvimi8mrxvbw1plbci8cnbl4syk42zj1xc"))))
+ "1lk57mrrqgky37bjsnp72s8libywzsrbbjq8bpmz4xdw7smqyirh"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests
--
2.41.0
Attachment: file
?
(name . Michael Ford)(address . fanquake@gmail.com)(address . 65422-done@debbugs.gnu.org)
87v8d6xbsg.fsf@envs.net
Michael Ford <fanquake@gmail.com> writes:

Toggle quote (5 lines)
> From 251877b1f377b2793e46708962219801ca1123bf Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Mon, 21 Aug 2023 11:33:07 +0100
> Subject: [PATCH] gnu: sic: Update to 1.3.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65422@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65422
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch