mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: slang: Update to 2.3.3.
* gnu/packages/slang.scm (slang): Update to 2.3.3. Change-Id: Ia6892360e0e35dc8ec0b77d092a265689d816edd Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
65f6bc6199
commit
a58735a96b
1 changed files with 2 additions and 2 deletions
|
@ -38,14 +38,14 @@ (define-module (gnu packages slang)
|
|||
(define-public slang
|
||||
(package
|
||||
(name "slang")
|
||||
(version "2.3.2")
|
||||
(version "2.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.jedsoft.org/releases/slang/slang-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"06p379fqn6w38rdpqi98irxi2bf4llb0rja3dlgkqz7nqh7kp7pw"))
|
||||
"062siwy785q699y3plnsbhy0xlaxdm485sh82b37668kmra5057r"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Reference in a new issue