gnu: rest: Update to 0.8.1.
* gnu/packages/gnome.scm (rest): Update to 0.8.1.
This commit is contained in:
parent
4b9a65bf6e
commit
a4194d1684
|
@ -2372,7 +2372,7 @@ library.")
|
||||||
(define-public rest
|
(define-public rest
|
||||||
(package
|
(package
|
||||||
(name "rest")
|
(name "rest")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/rest/"
|
(uri (string-append "mirror://gnome/sources/rest/"
|
||||||
|
@ -2380,7 +2380,7 @@ library.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iznvzhab1jq9z3nwy97dh2pid9azwkqm7kkxwx0f5ql1hh9pf77"))))
|
"1j81bgqmd55s5lxyaxcplym9n6xywcs1cm9wmvafsg2xiv9sl4q5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; tests require internet connection
|
'(#:tests? #f ; tests require internet connection
|
||||||
|
|
Loading…
Reference in New Issue