gnu: Rename librest to rest.
* gnu/packages/gnome.scm (rest): Rename from librest.
This commit is contained in:
parent
00f34aaafe
commit
ca64968068
|
@ -1912,15 +1912,15 @@ library.")
|
||||||
library.")
|
library.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define-public librest
|
(define-public rest
|
||||||
(package
|
(package
|
||||||
(name "librest")
|
(name "rest")
|
||||||
(version "0.7.93")
|
(version "0.7.93")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/rest/"
|
(uri (string-append "mirror://gnome/sources/rest/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"rest-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05mj10hhiik23ai8w4wkk5vhsp7hcv24bih5q3fl82ilam268467"))))
|
"05mj10hhiik23ai8w4wkk5vhsp7hcv24bih5q3fl82ilam268467"))))
|
||||||
|
|
Loading…
Reference in New Issue