gnu: libostree: Update to 2018.9.1.

* gnu/packages/package-management.scm (libostree): Update to 2018.9.1.
master
Rutger Helling 2018-12-18 14:49:33 +01:00
parent b8d5fbd86f
commit 83d4da1211
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 3 additions and 3 deletions

View File

@ -934,15 +934,15 @@ for packaging and deployment of cross-compiled Windows applications.")
(define-public libostree
(package
(name "libostree")
(version "2018.7")
(version "2018.9.1")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/ostreedev/ostree/releases/download/v"
version "/libostree-" version ".tar.xz"))
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32
"1nc310lv36psxn5yslkxlgi9gjxwqpwqzkg2pldgpwrlv6gkagj8"))))
"01mygpkbl9sk2vr3hjbpih6qlg8lwx0q5lklm09f7jfwfpnwyqzj"))))
(build-system gnu-build-system)
(arguments
'(#:phases