gnu: libostree: Update to 2018.7.

* gnu/packages/package-management.scm (libostree): Update to 2018.7.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-08 19:41:52 +02:00
parent 57f962f3f0
commit d841c813ae
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -923,7 +923,7 @@ for packaging and deployment of cross-compiled Windows applications.")
(define-public libostree (define-public libostree
(package (package
(name "libostree") (name "libostree")
(version "2018.5") (version "2018.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -931,7 +931,7 @@ for packaging and deployment of cross-compiled Windows applications.")
version "/libostree-" version ".tar.xz")) version "/libostree-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0q82d6rvp119nx7ck7j63a591kz8vg7v465kf9ygh8kzg875l3xd")))) "1nc310lv36psxn5yslkxlgi9gjxwqpwqzkg2pldgpwrlv6gkagj8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases