Skip to content
Snippets Groups Projects
Unverified Commit 83d4da12 authored by Rutger Helling's avatar Rutger Helling
Browse files

gnu: libostree: Update to 2018.9.1.

* gnu/packages/package-management.scm (libostree): Update to 2018.9.1.
parent b8d5fbd8
No related branches found
No related tags found
No related merge requests found
......@@ -934,15 +934,15 @@ (define-public msitools
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment