diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 09:51:39 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:41 +0800 |
commit | 90000d4b94ce3f7bd1441046316efe292122440e (patch) | |
tree | 3137ec3203091daa4c23d25b13418f6ee0e783d9 /gnu | |
parent | 7958a55d6fef9f1858ae2c2e9156d6d86a5dbb74 (diff) |
gnu: rest: Update to 0.8.0.
* gnu/packages/gnome.scm (rest): Update to 0.8.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 39655fe913..b56aab6858 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 |