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

View file

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