gnu: slib: Update to 3b6.
* gnu/packages/scheme.scm (slib): Update to 3b6. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
c26cc96da2
commit
c8512d8443
1 changed files with 2 additions and 2 deletions
|
|
@ -561,14 +561,14 @@ regular-expression notation.")
|
||||||
(define-public slib
|
(define-public slib
|
||||||
(package
|
(package
|
||||||
(name "slib")
|
(name "slib")
|
||||||
(version "3b5")
|
(version "3b6")
|
||||||
(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
|
||||||
"0q0p2d53p8qw2592yknzgy2y1p5a9k7ppjx0cfrbvk6242c4mdpq"))))
|
"137dn2wwwwg0qbifgxfckjhzj4m4820crpg9kziv402l7f2b931f"))))
|
||||||
(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