gnu: libostree: Update to 2022.6.

* gnu/packages/package-management.scm (libostree): Update to 2022.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
kiasoc5 2022-10-21 22:30:02 -04:00 committed by 宋文武
parent 569edeb4d6
commit 3bc5413d2f
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1849,7 +1849,7 @@ (define-public msitools
(define-public libostree
(package
(name "libostree")
(version "2022.5")
(version "2022.6")
(source
(origin
(method url-fetch)
@ -1857,7 +1857,7 @@ (define-public libostree
"https://github.com/ostreedev/ostree/releases/download/v"
(version-major+minor version) "/libostree-" version ".tar.xz"))
(sha256
(base32 "0gq53g601x09gc4ips6n3zmmdaz8zyv235xf63fxf4f17fclsk4i"))))
(base32 "135dzxqzy19a8hkxm25mriy7zf72sbxz1mzzfw6a2d8bk9yz8pl3"))))
(build-system gnu-build-system)
(arguments
'(#:phases