gnu: slib: Update to 3c1.
* gnu/packages/scheme.scm (slib): Update to 3c1. Change-Id: Ic887b7600173f96bd2ca74c9adadf42780a18ce6 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
a00341c9e6
commit
a68288c7d0
1 changed files with 2 additions and 2 deletions
|
|
@ -701,14 +701,14 @@ regular-expression notation.")
|
||||||
(define-public slib
|
(define-public slib
|
||||||
(package
|
(package
|
||||||
(name "slib")
|
(name "slib")
|
||||||
(version "3b6")
|
(version "3c1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://groups.csail.mit.edu/mac/ftpdir/scm/slib-"
|
(uri (string-append "http://groups.csail.mit.edu/mac/ftpdir/scm/slib-"
|
||||||
version ".zip"))
|
version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"137dn2wwwwg0qbifgxfckjhzj4m4820crpg9kziv402l7f2b931f"))))
|
"10f7l0fmd0xzs6kc2cwqjrx7msdn0fsd918r459xyc05wscfpy62"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There is no check target.
|
`(#:tests? #f ; There is no check target.
|
||||||
|
|
|
||||||
Reference in a new issue