gnu: Rename librest to rest.

* gnu/packages/gnome.scm (rest): Rename from librest.
This commit is contained in:
宋文武 2015-09-04 21:23:36 +08:00
parent 00f34aaafe
commit ca64968068

View file

@ -1912,15 +1912,15 @@ (define-public glib-networking
library.")
(license license:lgpl2.0+)))
(define-public librest
(define-public rest
(package
(name "librest")
(name "rest")
(version "0.7.93")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/rest/"
(version-major+minor version) "/"
"rest-" version ".tar.xz"))
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"05mj10hhiik23ai8w4wkk5vhsp7hcv24bih5q3fl82ilam268467"))))