gnu: libostree: Update to 2020.3.

* gnu/packages/package-management.scm (libostree): Update to 2020.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-29 01:45:01 +01:00
parent cb427e7e84
commit 77ca6fb316
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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