me
/
guix
Archived
1
0
Fork 0

gnu: slib: Update to 3c1.

* gnu/packages/scheme.scm (slib): Update to 3c1.

Change-Id: Ic887b7600173f96bd2ca74c9adadf42780a18ce6
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2024-03-04 21:36:50 -08:00 committed by Christopher Baines
parent a00341c9e6
commit a68288c7d0
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -701,14 +701,14 @@ regular-expression notation.")
(define-public slib
(package
(name "slib")
(version "3b6")
(version "3c1")
(source (origin
(method url-fetch)
(uri (string-append "http://groups.csail.mit.edu/mac/ftpdir/scm/slib-"
version ".zip"))
(sha256
(base32
"137dn2wwwwg0qbifgxfckjhzj4m4820crpg9kziv402l7f2b931f"))))
"10f7l0fmd0xzs6kc2cwqjrx7msdn0fsd918r459xyc05wscfpy62"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; There is no check target.