3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libostree: Update to 2020.1.

* gnu/packages/package-management.scm (libostree): Update to 2020.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-23 05:25:44 +01:00
parent 31d647478c
commit ab99ef659b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -973,7 +973,7 @@ for packaging and deployment of cross-compiled Windows applications.")
(define-public libostree
(package
(name "libostree")
(version "2019.3")
(version "2020.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -981,7 +981,7 @@ for packaging and deployment of cross-compiled Windows applications.")
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32
"1r07yqbc9iiq0lzv1pryppd35fv695ym8r040msbfc93pmiy77y0"))))
"0sgx81w6skiivbr2gfhljf9nvnqfwwnwfgpqqa10fjdkjrqwvpk8"))))
(build-system gnu-build-system)
(arguments
'(#:phases