summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-21 17:38:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-21 17:43:46 +0200
commita4194d16848da15e52abe09d74102782e945772a (patch)
tree050078778b486719bac54db90524558ff27b5caa
parent4b9a65bf6e3c86d0b29af1a011e910c02656f99b (diff)
downloadguix-patches-a4194d16848da15e52abe09d74102782e945772a.tar
guix-patches-a4194d16848da15e52abe09d74102782e945772a.tar.gz
gnu: rest: Update to 0.8.1.
* gnu/packages/gnome.scm (rest): Update to 0.8.1.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8b12333f1a..bce2b8ae93 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2372,7 +2372,7 @@ library.")
(define-public rest
(package
(name "rest")
- (version "0.8.0")
+ (version "0.8.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/rest/"
@@ -2380,7 +2380,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0iznvzhab1jq9z3nwy97dh2pid9azwkqm7kkxwx0f5ql1hh9pf77"))))
+ "1j81bgqmd55s5lxyaxcplym9n6xywcs1cm9wmvafsg2xiv9sl4q5"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; tests require internet connection