gnu: libostree: Update to 2020.7.

* gnu/packages/package-management.scm (libostree): Update to 2020.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 06:45:40 +02:00
parent 7969a6adf3
commit 295d969c38
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1242,7 +1242,7 @@ (define-public msitools
(define-public libostree
(package
(name "libostree")
(version "2020.6")
(version "2020.7")
(source
(origin
(method url-fetch)
@ -1250,7 +1250,7 @@ (define-public libostree
"https://github.com/ostreedev/ostree/releases/download/v"
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32 "0wk9fgj9jl25ns2hcgcb6j24k5mvfn13b02ka0p8l4hdh8c4hpc6"))))
(base32 "0clriq2ypz1fycd6mpjyrhzid44svzpzw0amnank593h69b216ax"))))
(build-system gnu-build-system)
(arguments
'(#:phases