mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: inspircd: Update to 3.8.1.
* gnu/packages/irc.scm (inspircd): Update to 3.8.1.
This commit is contained in:
parent
13180f6acc
commit
7b6750a6d8
1 changed files with 2 additions and 3 deletions
|
@ -499,7 +499,7 @@ (define-public epic5
|
|||
(define-public inspircd
|
||||
(package
|
||||
(name "inspircd")
|
||||
(version "3.7.0")
|
||||
(version "3.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -508,8 +508,7 @@ (define-public inspircd
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue