guix-commits
[Top][All Lists]
Advanced

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

10/37: gnu: rest: Update to 0.8.0.


From: ???
Subject: 10/37: gnu: rest: Update to 0.8.0.
Date: Thu, 28 Apr 2016 15:24:56 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 86b4ebe6eda662c9150b7a5c81c66a2186155dba
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 09:51:39 2016 +0800

    gnu: rest: Update to 0.8.0.
    
    * gnu/packages/gnome.scm (rest): Update to 0.8.0.
---
 gnu/packages/gnome.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 39655fe..b56aab6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2017,7 +2017,7 @@ library.")
 (define-public rest
   (package
     (name "rest")
-    (version "0.7.93")
+    (version "0.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/rest/"
@@ -2025,7 +2025,7 @@ library.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05mj10hhiik23ai8w4wkk5vhsp7hcv24bih5q3fl82ilam268467"))))
+                "0iznvzhab1jq9z3nwy97dh2pid9azwkqm7kkxwx0f5ql1hh9pf77"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; tests require internet connection



reply via email to

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