me
/
guix
Archived
1
0
Fork 0

gnu: inspircd: Update to 3.8.1.

* gnu/packages/irc.scm (inspircd): Update to 3.8.1.
master
Tobias Geerinckx-Rice 2020-11-21 00:24:52 +01:00
parent 13180f6acc
commit 7b6750a6d8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -499,7 +499,7 @@ interface for those who are accustomed to the ircII way of doing things.")
(define-public inspircd (define-public inspircd
(package (package
(name "inspircd") (name "inspircd")
(version "3.7.0") (version "3.8.1")
(source (source
(origin (origin
(method git-fetch) (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)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1i30649dw84iscxa5as81g96f393mn1i883aq4za5ypdinr5x65g"))))
"1npzp23c3ac7m1grkm39i1asj04rs4i0jwf5w0c0j0hmnwslnz7a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (map (lambda (module) `(#:configure-flags (map (lambda (module)