guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Rename librest to rest.


From: ???
Subject: 01/01: gnu: Rename librest to rest.
Date: Fri, 04 Sep 2015 15:32:47 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit ca64968068880e4dd7fa4d32c898a278473f74e3
Author: 宋文武 <address@hidden>
Date:   Fri Sep 4 21:23:36 2015 +0800

    gnu: Rename librest to rest.
    
    * gnu/packages/gnome.scm (rest): Rename from librest.
---
 gnu/packages/gnome.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 790ec76..ca75fa8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1912,15 +1912,15 @@ library.")
 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]