gnu: libostree: Update to 2020.8.

* gnu/packages/package-management.scm (libostree): Update to 2020.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-20 01:28:03 +01:00
parent 5ccd270ab2
commit f073672b0b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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