gnu: libostree: Update to 2021.2.

* gnu/packages/package-management.scm (libostree): Update to 2021.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-02 03:00:00 +02:00
parent 0cf79dd998
commit 1b792e8b52
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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