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.5.

* gnu/packages/package-management.scm (libostree): Update to 2020.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-20 06:15:58 +02:00
parent b14a139c96
commit cecaa0b383
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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