gnu: libostree: Update to 2020.4.

* gnu/packages/package-management.scm (libostree): Update to 2020.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-26 16:05:32 +02:00
parent ae383cdfc6
commit 94050eaff8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1077,7 +1077,7 @@ (define-public msitools
(define-public libostree
(package
(name "libostree")
(version "2020.3")
(version "2020.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -1085,7 +1085,7 @@ (define-public libostree
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32
"01cch4as23xspq6pck59al7x5jj60wl21g8p3iqbdxcjl1p3jxsq"))))
"0s13cjrpx5r1dc9j9c9924zak45wl9nlbg9hiwgpsal80l92c39n"))))
(build-system gnu-build-system)
(arguments
'(#:phases