gnu: libostree: Update to 2020.2.

* gnu/packages/package-management.scm (libostree): Update to 2020.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 04:11:55 +01:00
parent cf566106b6
commit 4227a73189
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -983,7 +983,7 @@ (define-public msitools
(define-public libostree
(package
(name "libostree")
(version "2020.1")
(version "2020.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -991,7 +991,7 @@ (define-public libostree
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32
"0sgx81w6skiivbr2gfhljf9nvnqfwwnwfgpqqa10fjdkjrqwvpk8"))))
"0bbk0sg4m38g7j00hy358p2azxas87minpgz3avwma6jsylj1qjg"))))
(build-system gnu-build-system)
(arguments
'(#:phases