mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: prosody: Update to 0.9.12.
* gnu/packages/messaging.scm (prosody): Update to 0.9.12. [inputs]: Change lua5.1-sec-0.5 to lua5.1-sec. * gnu/packages/lua.scm (lua5.1-sec-0.5): Remove variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
2b7d10d2db
commit
94b28aed1e
2 changed files with 3 additions and 16 deletions
|
@ -283,18 +283,6 @@ communication. It takes an already established TCP connection and creates a
|
|||
secure session between the peers.")
|
||||
(license (package-license lua-5.1))))
|
||||
|
||||
(define-public lua5.1-sec-0.5
|
||||
(package
|
||||
(inherit lua5.1-sec)
|
||||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/brunoos/luasec/archive/"
|
||||
"luasec-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01llf5bcrjmqqy6m65avqkajz7h79rvkka6rd131kwr10n75yp3d"))))))
|
||||
|
||||
(define-public lua-lgi
|
||||
(package
|
||||
(name "lua-lgi")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue