[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: inspircd: Update to 3.8.1.
From: |
guix-commits |
Subject: |
04/11: gnu: inspircd: Update to 3.8.1. |
Date: |
Sat, 21 Nov 2020 17:00:51 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7b6750a6d8dfac42fe395d847fde33c427c1fb91
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 21 00:24:52 2020 +0100
gnu: inspircd: Update to 3.8.1.
* gnu/packages/irc.scm (inspircd): Update to 3.8.1.
---
gnu/packages/irc.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 0d9908c..054d966 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -499,7 +499,7 @@ interface for those who are accustomed to the ircII way of
doing things.")
(define-public inspircd
(package
(name "inspircd")
- (version "3.7.0")
+ (version "3.8.1")
(source
(origin
(method git-fetch)
@@ -508,8 +508,7 @@ interface for those who are accustomed to the ircII way of
doing things.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1npzp23c3ac7m1grkm39i1asj04rs4i0jwf5w0c0j0hmnwslnz7a"))))
+ (base32 "1i30649dw84iscxa5as81g96f393mn1i883aq4za5ypdinr5x65g"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (map (lambda (module)
- branch master updated (24bb392 -> 234558f), guix-commits, 2020/11/21
- 02/11: gnu: Rename escpr to epson-inkjet-printer-escpr., guix-commits, 2020/11/21
- 01/11: gnu: escpr: Omit static library., guix-commits, 2020/11/21
- 07/11: gnu: inspircd: Support Argon2 hashes., guix-commits, 2020/11/21
- 04/11: gnu: inspircd: Update to 3.8.1.,
guix-commits <=
- 08/11: gnu: hstr: Update to 2.3., guix-commits, 2020/11/21
- 09/11: gnu: libseccomp: Update to 2.5.1., guix-commits, 2020/11/21
- 05/11: gnu: inspircd: Remove unused input., guix-commits, 2020/11/21
- 11/11: gnu: bpftrace: Update to 0.11.4., guix-commits, 2020/11/21
- 06/11: gnu: inspircd: Make most inputs non-native., guix-commits, 2020/11/21
- 03/11: services: cups: Add Splix by default., guix-commits, 2020/11/21
- 10/11: gnu: hidapi: Update to 0.10.0., guix-commits, 2020/11/21